Html Css Color HEX #C2ED9D Reef

📋 copy color: '#C2ED9D'

red 194 ◦ green 237 ◦ blue 157

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

Shades of Reef #C2ED9D

Tints of Reef #C2ED9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.7%

R = 32.99%
G = 40.31%
B = 26.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#C2ED9D (or 0xC2ED9D) is known color: Reef. HEX triplet: C2, ED and 9D. RGB value is (194,237,157). Sum of RGB (Red+Green+Blue) = 194+237+157=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED9D is #3D1262. Grayscale: #D7D7D7. Windows color (decimal): -4002403 or 10350018. OLE color: 10350018.

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

Color convert

RGB 194 237 157 -
CMYK 0.18 0 0.34 0.07
HSL 92.25º 0.69% 0.77% -
HSV(B) 92.25º 0.34% 0.93% -
XYZ 58.62 74.47 43.18 -
YUV 215.02 95.25 113 -
System Red Green Blue C M Y K H S L
Decimal 194 237 157 0.18 0 0.34 0.07 92.25 0.69 0.77
Hex C2 ED 9D 12 0 22 7 5C 45 4D
Octal 302 355 235 22 0 42 7 134 105 115
Binary 11000010 11101101 10011101 10010 0 100010 111 1011100 1000101 1001101

Color Harmonies of #C2ED9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED9D

Black with #C2ED9D

Text Example


Text Example

White with #C2ED9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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