Html Css Color HEX #CAFBCE Granny Apple

📋 copy color: '#CAFBCE'

red 202 ◦ green 251 ◦ blue 206

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

Shades of Granny Apple #CAFBCE

Tints of Granny Apple #CAFBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.09%

 BLUE value IS 206 (80.86% from 255) = 31.26%

R = 30.65%
G = 38.09%
B = 31.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#CAFBCE (or 0xCAFBCE) is known color: Granny Apple. HEX triplet: CA, FB and CE. RGB value is (202,251,206). Sum of RGB (Red+Green+Blue) = 202+251+206=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBCE is #350431. Grayscale: #E7E7E7. Windows color (decimal): -3474482 or 13564874. OLE color: 13564874.

HSL color Cylindrical-coordinate representation of color #CAFBCE: hue angle of 124.9º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFBCE is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 251 206 -
CMYK 0.20 0 0.18 0.02
HSL 124.9º 0.86% 0.89% -
HSV(B) 124.9º 0.2% 0.98% -
XYZ 69.99 86.01 71.3 -
YUV 231.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 202 251 206 0.20 0 0.18 0.02 124.9 0.86 0.89
Hex CA FB CE 14 0 12 2 7D 56 59
Octal 312 373 316 24 0 22 2 175 126 131
Binary 11001010 11111011 11001110 10100 0 10010 10 1111101 1010110 1011001

Color Harmonies of #CAFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFBCE

Black with #CAFBCE

Text Example


Text Example

White with #CAFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFBCE; }

 p { color: rgb(202,251,206); }

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

background-color css

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

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

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

border-color css

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

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

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