Html Css Color HEX #C2ED97 Reef

📋 copy color: '#C2ED97'

red 194 ◦ green 237 ◦ blue 151

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

Shades of Reef #C2ED97

Tints of Reef #C2ED97

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.72%

 BLUE value IS 151 (59.38% from 255) = 25.95%

R = 33.33%
G = 40.72%
B = 25.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#C2ED97 (or 0xC2ED97) is known color: Reef. HEX triplet: C2, ED and 97. RGB value is (194,237,151). Sum of RGB (Red+Green+Blue) = 194+237+151=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED97 is #3D1268. Grayscale: #D6D6D6. Windows color (decimal): -4002409 or 9956802. OLE color: 9956802.

HSL color Cylindrical-coordinate representation of color #C2ED97: hue angle of 90º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2ED97 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 151 -
CMYK 0.18 0 0.36 0.07
HSL 90º 0.7% 0.76% -
HSV(B) 90º 0.36% 0.93% -
XYZ 58.12 74.27 40.55 -
YUV 214.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 194 237 151 0.18 0 0.36 0.07 90 0.7 0.76
Hex C2 ED 97 12 0 24 7 5A 46 4C
Octal 302 355 227 22 0 44 7 132 106 114
Binary 11000010 11101101 10010111 10010 0 100100 111 1011010 1000110 1001100

Color Harmonies of #C2ED97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED97

Black with #C2ED97

Text Example


Text Example

White with #C2ED97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED97; }

 p { color: rgb(194,237,151); }

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

background-color css

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

 a { background-color: rgb(194,237,151); }

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

border-color css

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

 span { border-color: rgb(194,237,151); }

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