Html Css Color HEX #CBFBDA Granny Apple

📋 copy color: '#CBFBDA'

red 203 ◦ green 251 ◦ blue 218

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

Shades of Granny Apple #CBFBDA

Tints of Granny Apple #CBFBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.44%

R = 30.21%
G = 37.35%
B = 32.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#CBFBDA (or 0xCBFBDA) is known color: Granny Apple. HEX triplet: CB, FB and DA. RGB value is (203,251,218). Sum of RGB (Red+Green+Blue) = 203+251+218=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBDA is #340425. Grayscale: #E8E8E8. Windows color (decimal): -3408934 or 14351307. OLE color: 14351307.

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

Color convert

RGB 203 251 218 -
CMYK 0.19 0 0.13 0.02
HSL 138.75º 0.86% 0.89% -
HSV(B) 138.75º 0.19% 0.98% -
XYZ 71.78 86.75 79.29 -
YUV 232.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 203 251 218 0.19 0 0.13 0.02 138.75 0.86 0.89
Hex CB FB DA 13 0 D 2 8B 56 59
Octal 313 373 332 23 0 15 2 213 126 131
Binary 11001011 11111011 11011010 10011 0 1101 10 10001011 1010110 1011001

Color Harmonies of #CBFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFBDA

Black with #CBFBDA

Text Example


Text Example

White with #CBFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFBDA; }

 p { color: rgb(203,251,218); }

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

background-color css

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

 a { background-color: rgb(203,251,218); }

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

border-color css

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

 span { border-color: rgb(203,251,218); }

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