Html Css Color HEX #CAEECA Granny Apple

📋 copy color: '#CAEECA'

red 202 ◦ green 238 ◦ blue 202

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

Shades of Granny Apple #CAEECA

Tints of Granny Apple #CAEECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.46%

R = 31.46%
G = 37.07%
B = 31.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#CAEECA (or 0xCAEECA) is known color: Granny Apple. HEX triplet: CA, EE and CA. RGB value is (202,238,202). Sum of RGB (Red+Green+Blue) = 202+238+202=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEECA is #351135. Grayscale: #DFDFDF. Windows color (decimal): -3477814 or 13299402. OLE color: 13299402.

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

Color convert

RGB 202 238 202 -
CMYK 0.15 0 0.15 0.07
HSL 120º 0.51% 0.86% -
HSV(B) 120º 0.15% 0.93% -
XYZ 65.59 77.97 67.47 -
YUV 223.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 202 238 202 0.15 0 0.15 0.07 120 0.51 0.86
Hex CA EE CA F 0 F 7 78 33 56
Octal 312 356 312 17 0 17 7 170 63 126
Binary 11001010 11101110 11001010 1111 0 1111 111 1111000 110011 1010110

Color Harmonies of #CAEECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEECA

Black with #CAEECA

Text Example


Text Example

White with #CAEECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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