Html Css Color HEX #CFF2D4 Granny Apple

📋 copy color: '#CFF2D4'

red 207 ◦ green 242 ◦ blue 212

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

Shades of Granny Apple #CFF2D4

Tints of Granny Apple #CFF2D4

RGB

 RED value IS 207 (81.25% from 255) = 31.32%

 GREEN value IS 242 (94.92% from 255) = 36.61%

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

R = 31.32%
G = 36.61%
B = 32.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#CFF2D4 (or 0xCFF2D4) is known color: Granny Apple. HEX triplet: CF, F2 and D4. RGB value is (207,242,212). Sum of RGB (Red+Green+Blue) = 207+242+212=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 212 (83.20% from 255 or 32.07% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2D4 is #300D2B. Grayscale: #E4E4E4. Windows color (decimal): -3149100 or 13955791. OLE color: 13955791.

HSL color Cylindrical-coordinate representation of color #CFF2D4: hue angle of 128.57º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2D4 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 212 -
CMYK 0.14 0 0.12 0.05
HSL 128.57º 0.57% 0.88% -
HSV(B) 128.57º 0.14% 0.95% -
XYZ 69.37 81.52 74.37 -
YUV 228.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 207 242 212 0.14 0 0.12 0.05 128.57 0.57 0.88
Hex CF F2 D4 E 0 C 5 81 39 58
Octal 317 362 324 16 0 14 5 201 71 130
Binary 11001111 11110010 11010100 1110 0 1100 101 10000001 111001 1011000

Color Harmonies of #CFF2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF2D4

Black with #CFF2D4

Text Example


Text Example

White with #CFF2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF2D4; }

 p { color: rgb(207,242,212); }

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

background-color css

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

 a { background-color: rgb(207,242,212); }

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

border-color css

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

 span { border-color: rgb(207,242,212); }

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