Html Css Color HEX #C2FBCF Granny Apple

📋 copy color: '#C2FBCF'

red 194 ◦ green 251 ◦ blue 207

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

Shades of Granny Apple #C2FBCF

Tints of Granny Apple #C2FBCF

RGB

 RED value IS 194 (76.17% from 255) = 29.75%

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

 BLUE value IS 207 (81.25% from 255) = 31.75%

R = 29.75%
G = 38.5%
B = 31.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#C2FBCF (or 0xC2FBCF) is known color: Granny Apple. HEX triplet: C2, FB and CF. RGB value is (194,251,207). Sum of RGB (Red+Green+Blue) = 194+251+207=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBCF is #3D0430. Grayscale: #E5E5E5. Windows color (decimal): -3998769 or 13630402. OLE color: 13630402.

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

Color convert

RGB 194 251 207 -
CMYK 0.23 0 0.18 0.02
HSL 133.68º 0.88% 0.87% -
HSV(B) 133.68º 0.23% 0.98% -
XYZ 68.01 84.97 71.85 -
YUV 228.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 194 251 207 0.23 0 0.18 0.02 133.68 0.88 0.87
Hex C2 FB CF 17 0 12 2 86 58 57
Octal 302 373 317 27 0 22 2 206 130 127
Binary 11000010 11111011 11001111 10111 0 10010 10 10000110 1011000 1010111

Color Harmonies of #C2FBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FBCF

Black with #C2FBCF

Text Example


Text Example

White with #C2FBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FBCF; }

 p { color: rgb(194,251,207); }

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

background-color css

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

 a { background-color: rgb(194,251,207); }

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

border-color css

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

 span { border-color: rgb(194,251,207); }

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