Html Css Color HEX #CAFDD0 Granny Apple

📋 copy color: '#CAFDD0'

red 202 ◦ green 253 ◦ blue 208

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

Shades of Granny Apple #CAFDD0

Tints of Granny Apple #CAFDD0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.16%

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

R = 30.47%
G = 38.16%
B = 31.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#CAFDD0 (or 0xCAFDD0) is known color: Granny Apple. HEX triplet: CA, FD and D0. RGB value is (202,253,208). Sum of RGB (Red+Green+Blue) = 202+253+208=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD0 is #35022F. Grayscale: #E8E8E8. Windows color (decimal): -3473968 or 13696458. OLE color: 13696458.

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

Color convert

RGB 202 253 208 -
CMYK 0.20 0 0.18 0.01
HSL 127.06º 0.93% 0.89% -
HSV(B) 127.06º 0.2% 0.99% -
XYZ 70.87 87.36 72.8 -
YUV 232.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 202 253 208 0.20 0 0.18 0.01 127.06 0.93 0.89
Hex CA FD D0 14 0 12 1 7F 5D 59
Octal 312 375 320 24 0 22 1 177 135 131
Binary 11001010 11111101 11010000 10100 0 10010 1 1111111 1011101 1011001

Color Harmonies of #CAFDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFDD0

Black with #CAFDD0

Text Example


Text Example

White with #CAFDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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