#cafd2e

Color #CAFD2E Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CAFD2E

Tints of Pear #CAFD2E

Color information

#CAFD2E (or 0xCAFD2E) is unknown color: approx Pear. HEX triplet: CA, FD and 2E. RGB value is (202,253,46). Sum of RGB (Red+Green+Blue) = 202+253+46=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFD2E is #3502D1. Grayscale: #D6D6D6. Windows color (decimal): -3474130 or 3079626. OLE color: 3079626.

HSL color Cylindrical-coordinate representation of color #CAFD2E: hue angle of 74.78º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAFD2E is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB20225346-
CMYK0.2000.820.01
HSL74.78º98.1%58.63%-
HSV(B)74.78º81.82%99.22%-
XYZ59.988315.45-
YUV214.1533.1119.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 253 (99.22% from 255) = 50.50%
BLUE value IS 46 (18.36% from 255) = 9.18%
R=40.32%
G=50.50%
B=9.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202253460.2000.820.0174.7898.158.63
HexCAFD2E1405214b623b
Octal31237556240122111314273
Binary11001010111111011011101010001010010110010111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cafd2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cafd2e; }

 p { color: rgb(202,253,46); }

 H1.HeaderClassName
 {
   color: #cafd2e;
 }
 .AnyTagClassName
 {
   color: #cafd2e;
 }
</style>
background-color css

<style>
 a { background-color: #cafd2e; }

 a { background-color: rgb(202,253,46); }

 div.DivClassName
 {
   background-color: #cafd2e;
 }
 .BgClassName
 {
   background-color: #cafd2e;
 }
</style>
border-color css

<style>
 span { border-color: #cafd2e; }

 span { border-color: rgb(202,253,46); }

 td.TdClassName
 {
   border-color: #cafd2e;
 }
 .TagClassName
 {
   border-color: #cafd2e;
 }
</style>