Html Css Color HEX #CBFAD2 Granny Apple

📋 copy color: '#CBFAD2'

red 203 ◦ green 250 ◦ blue 210

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

Shades of Granny Apple #CBFAD2

Tints of Granny Apple #CBFAD2

RGB

 RED value IS 203 (79.69% from 255) = 30.62%

 GREEN value IS 250 (98.05% from 255) = 37.71%

 BLUE value IS 210 (82.42% from 255) = 31.67%

R = 30.62%
G = 37.71%
B = 31.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#CBFAD2 (or 0xCBFAD2) is known color: Granny Apple. HEX triplet: CB, FA and D2. RGB value is (203,250,210). Sum of RGB (Red+Green+Blue) = 203+250+210=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAD2 is #34052D. Grayscale: #E7E7E7. Windows color (decimal): -3409198 or 13826763. OLE color: 13826763.

HSL color Cylindrical-coordinate representation of color #CBFAD2: hue angle of 128.94º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFAD2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 250 210 -
CMYK 0.19 0 0.16 0.02
HSL 128.94º 0.82% 0.89% -
HSV(B) 128.94º 0.19% 0.98% -
XYZ 70.45 85.72 73.81 -
YUV 231.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 203 250 210 0.19 0 0.16 0.02 128.94 0.82 0.89
Hex CB FA D2 13 0 10 2 81 52 59
Octal 313 372 322 23 0 20 2 201 122 131
Binary 11001011 11111010 11010010 10011 0 10000 10 10000001 1010010 1011001

Color Harmonies of #CBFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFAD2

Black with #CBFAD2

Text Example


Text Example

White with #CBFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFAD2; }

 p { color: rgb(203,250,210); }

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

background-color css

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

 a { background-color: rgb(203,250,210); }

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

border-color css

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

 span { border-color: rgb(203,250,210); }

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