Html Css Color HEX #C2FF9F Reef

📋 copy color: '#C2FF9F'

red 194 ◦ green 255 ◦ blue 159

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

Shades of Reef #C2FF9F

Tints of Reef #C2FF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.15%

R = 31.91%
G = 41.94%
B = 26.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#C2FF9F (or 0xC2FF9F) is known color: Reef. HEX triplet: C2, FF and 9F. RGB value is (194,255,159). Sum of RGB (Red+Green+Blue) = 194+255+159=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF9F is #3D0060. Grayscale: #E2E2E2. Windows color (decimal): -3997793 or 10485698. OLE color: 10485698.

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

Color convert

RGB 194 255 159 -
CMYK 0.24 0 0.38 0
HSL 98.13º 1% 0.81% -
HSV(B) 98.13º 0.38% 1% -
XYZ 64.27 85.49 45.92 -
YUV 225.82 90.29 105.31 -
System Red Green Blue C M Y K H S L
Decimal 194 255 159 0.24 0 0.38 0 98.13 1 0.81
Hex C2 FF 9F 18 0 26 0 62 64 51
Octal 302 377 237 30 0 46 0 142 144 121
Binary 11000010 11111111 10011111 11000 0 100110 0 1100010 1100100 1010001

Color Harmonies of #C2FF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FF9F

Black with #C2FF9F

Text Example


Text Example

White with #C2FF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FF9F; }

 p { color: rgb(194,255,159); }

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

background-color css

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

 a { background-color: rgb(194,255,159); }

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

border-color css

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

 span { border-color: rgb(194,255,159); }

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