Html Css Color HEX #CAFBDB Granny Apple

📋 copy color: '#CAFBDB'

red 202 ◦ green 251 ◦ blue 219

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

Shades of Granny Apple #CAFBDB

Tints of Granny Apple #CAFBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.59%

R = 30.06%
G = 37.35%
B = 32.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#CAFBDB (or 0xCAFBDB) is known color: Granny Apple. HEX triplet: CA, FB and DB. RGB value is (202,251,219). Sum of RGB (Red+Green+Blue) = 202+251+219=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBDB is #350424. Grayscale: #E8E8E8. Windows color (decimal): -3474469 or 14416842. OLE color: 14416842.

HSL color Cylindrical-coordinate representation of color #CAFBDB: hue angle of 140.82º 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 #CAFBDB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 251 219 -
CMYK 0.20 0 0.13 0.02
HSL 140.82º 0.86% 0.89% -
HSV(B) 140.82º 0.2% 0.98% -
XYZ 71.64 86.67 79.97 -
YUV 232.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 202 251 219 0.20 0 0.13 0.02 140.82 0.86 0.89
Hex CA FB DB 14 0 D 2 8D 56 59
Octal 312 373 333 24 0 15 2 215 126 131
Binary 11001010 11111011 11011011 10100 0 1101 10 10001101 1010110 1011001

Color Harmonies of #CAFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFBDB

Black with #CAFBDB

Text Example


Text Example

White with #CAFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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