Html Css Color HEX #CAF1D0 Granny Apple

📋 copy color: '#CAF1D0'

red 202 ◦ green 241 ◦ blue 208

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

Shades of Granny Apple #CAF1D0

Tints of Granny Apple #CAF1D0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.02%

 BLUE value IS 208 (81.64% from 255) = 31.95%

R = 31.03%
G = 37.02%
B = 31.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#CAF1D0 (or 0xCAF1D0) is known color: Granny Apple. HEX triplet: CA, F1 and D0. RGB value is (202,241,208). Sum of RGB (Red+Green+Blue) = 202+241+208=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1D0 is #350E2F. Grayscale: #E1E1E1. Windows color (decimal): -3477040 or 13693386. OLE color: 13693386.

HSL color Cylindrical-coordinate representation of color #CAF1D0: hue angle of 129.23º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1D0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 208 -
CMYK 0.16 0 0.14 0.05
HSL 129.23º 0.58% 0.87% -
HSV(B) 129.23º 0.16% 0.95% -
XYZ 67.2 80.02 71.58 -
YUV 225.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 202 241 208 0.16 0 0.14 0.05 129.23 0.58 0.87
Hex CA F1 D0 10 0 E 5 81 3A 57
Octal 312 361 320 20 0 16 5 201 72 127
Binary 11001010 11110001 11010000 10000 0 1110 101 10000001 111010 1010111

Color Harmonies of #CAF1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1D0

Black with #CAF1D0

Text Example


Text Example

White with #CAF1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1D0; }

 p { color: rgb(202,241,208); }

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

background-color css

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

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

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

border-color css

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

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

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