Html Css Color HEX #CAEE3C Pear

📋 copy color: '#CAEE3C'

red 202 ◦ green 238 ◦ blue 60

#CAEE3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CAEE3C

Tints of Pear #CAEE3C

RGB

 RED value IS 202 (79.3% from 255) = 40.4%

 GREEN value IS 238 (93.36% from 255) = 47.6%

 BLUE value IS 60 (23.83% from 255) = 12%

R = 40.4%
G = 47.6%
B = 12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#CAEE3C (or 0xCAEE3C) is known color: Pear. HEX triplet: CA, EE and 3C. RGB value is (202,238,60). Sum of RGB (Red+Green+Blue) = 202+238+60=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEE3C is #3511C3. Grayscale: #CFCFCF. Windows color (decimal): -3477956 or 3993290. OLE color: 3993290.

HSL color Cylindrical-coordinate representation of color #CAEE3C: hue angle of 72.13º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAEE3C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 238 60 -
CMYK 0.15 0 0.75 0.07
HSL 72.13º 0.84% 0.58% -
HSV(B) 72.13º 0.75% 0.93% -
XYZ 55.75 74.03 15.63 -
YUV 206.94 45.07 124.47 -
System Red Green Blue C M Y K H S L
Decimal 202 238 60 0.15 0 0.75 0.07 72.13 0.84 0.58
Hex CA EE 3C F 0 4B 7 48 54 3A
Octal 312 356 74 17 0 113 7 110 124 72
Binary 11001010 11101110 111100 1111 0 1001011 111 1001000 1010100 111010

Color Harmonies of #CAEE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEE3C

Black with #CAEE3C

Text Example


Text Example

White with #CAEE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEE3C; }

 p { color: rgb(202,238,60); }

 H1.HeaderClassName
 {
   color: #CAEE3C;
 }
 .AnyTagClassName
 {
   color: #CAEE3C;
 }
</style>

background-color css

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

 a { background-color: rgb(202,238,60); }

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

border-color css

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

 span { border-color: rgb(202,238,60); }

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