Html Css Color HEX #C2FF9E Reef

📋 copy color: '#C2FF9E'

red 194 ◦ green 255 ◦ blue 158

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

Shades of Reef #C2FF9E

Tints of Reef #C2FF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.03%

R = 31.96%
G = 42.01%
B = 26.03%

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

#C2FF9E (or 0xC2FF9E) is known color: Reef. HEX triplet: C2, FF and 9E. RGB value is (194,255,158). Sum of RGB (Red+Green+Blue) = 194+255+158=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF9E is #3D0061. Grayscale: #E2E2E2. Windows color (decimal): -3997794 or 10420162. OLE color: 10420162.

HSL color Cylindrical-coordinate representation of color #C2FF9E: hue angle of 97.73º 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 #C2FF9E is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 194 255 158 -
CMYK 0.24 0 0.38 0
HSL 97.73º 1% 0.81% -
HSV(B) 97.73º 0.38% 1% -
XYZ 64.18 85.46 45.46 -
YUV 225.7 89.79 105.39 -
System Red Green Blue C M Y K H S L
Decimal 194 255 158 0.24 0 0.38 0 97.73 1 0.81
Hex C2 FF 9E 18 0 26 0 62 64 51
Octal 302 377 236 30 0 46 0 142 144 121
Binary 11000010 11111111 10011110 11000 0 100110 0 1100010 1100100 1010001

Color Harmonies of #C2FF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FF9E

Black with #C2FF9E

Text Example


Text Example

White with #C2FF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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