Html Css Color HEX #CCFFD4 Granny Apple

📋 copy color: '#CCFFD4'

red 204 ◦ green 255 ◦ blue 212

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

Shades of Granny Apple #CCFFD4

Tints of Granny Apple #CCFFD4

RGB

 RED value IS 204 (80.08% from 255) = 30.4%

 GREEN value IS 255 (100% from 255) = 38%

 BLUE value IS 212 (83.2% from 255) = 31.59%

R = 30.4%
G = 38%
B = 31.59%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#CCFFD4 (or 0xCCFFD4) is known color: Granny Apple. HEX triplet: CC, FF and D4. RGB value is (204,255,212). Sum of RGB (Red+Green+Blue) = 204+255+212=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFD4 is #33002B. Grayscale: #EAEAEA. Windows color (decimal): -3342380 or 13959116. OLE color: 13959116.

HSL color Cylindrical-coordinate representation of color #CCFFD4: hue angle of 129.41º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFD4 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 212 -
CMYK 0.2 0 0.17 0
HSL 129.41º 1% 0.9% -
HSV(B) 129.41º 0.2% 1% -
XYZ 72.55 89.11 75.66 -
YUV 234.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 204 255 212 0.2 0 0.17 0 129.41 1 0.9
Hex CC FF D4 14 0 11 0 81 64 5A
Octal 314 377 324 24 0 21 0 201 144 132
Binary 11001100 11111111 11010100 10100 0 10001 0 10000001 1100100 1011010

Color Harmonies of #CCFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFD4

Black with #CCFFD4

Text Example


Text Example

White with #CCFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFD4; }

 p { color: rgb(204,255,212); }

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

background-color css

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

 a { background-color: rgb(204,255,212); }

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

border-color css

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

 span { border-color: rgb(204,255,212); }

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