Html Css Color HEX #CBF9DA Granny Apple

📋 copy color: '#CBF9DA'

red 203 ◦ green 249 ◦ blue 218

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

Shades of Granny Apple #CBF9DA

Tints of Granny Apple #CBF9DA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.16%

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

R = 30.3%
G = 37.16%
B = 32.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#CBF9DA (or 0xCBF9DA) is known color: Granny Apple. HEX triplet: CB, F9 and DA. RGB value is (203,249,218). Sum of RGB (Red+Green+Blue) = 203+249+218=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9DA is #340625. Grayscale: #E7E7E7. Windows color (decimal): -3409446 or 14350795. OLE color: 14350795.

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

Color convert

RGB 203 249 218 -
CMYK 0.18 0 0.12 0.02
HSL 139.57º 0.79% 0.89% -
HSV(B) 139.57º 0.18% 0.98% -
XYZ 71.16 85.51 79.08 -
YUV 231.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 203 249 218 0.18 0 0.12 0.02 139.57 0.79 0.89
Hex CB F9 DA 12 0 C 2 8C 4F 59
Octal 313 371 332 22 0 14 2 214 117 131
Binary 11001011 11111001 11011010 10010 0 1100 10 10001100 1001111 1011001

Color Harmonies of #CBF9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF9DA

Black with #CBF9DA

Text Example


Text Example

White with #CBF9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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