Html Css Color HEX #C0EC94 Reef

📋 copy color: '#C0EC94'

red 192 ◦ green 236 ◦ blue 148

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

Shades of Reef #C0EC94

Tints of Reef #C0EC94

RGB

 RED value IS 192 (75.39% from 255) = 33.33%

 GREEN value IS 236 (92.58% from 255) = 40.97%

 BLUE value IS 148 (58.2% from 255) = 25.69%

R = 33.33%
G = 40.97%
B = 25.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#C0EC94 (or 0xC0EC94) is known color: Reef. HEX triplet: C0, EC and 94. RGB value is (192,236,148). Sum of RGB (Red+Green+Blue) = 192+236+148=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EC94 is #3F136B. Grayscale: #D5D5D5. Windows color (decimal): -4133740 or 9759936. OLE color: 9759936.

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

Color convert

RGB 192 236 148 -
CMYK 0.19 0 0.37 0.07
HSL 90º 0.7% 0.75% -
HSV(B) 90º 0.37% 0.93% -
XYZ 57.08 73.34 39.16 -
YUV 212.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 192 236 148 0.19 0 0.37 0.07 90 0.7 0.75
Hex C0 EC 94 13 0 25 7 5A 46 4B
Octal 300 354 224 23 0 45 7 132 106 113
Binary 11000000 11101100 10010100 10011 0 100101 111 1011010 1000110 1001011

Color Harmonies of #C0EC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EC94

Black with #C0EC94

Text Example


Text Example

White with #C0EC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EC94; }

 p { color: rgb(192,236,148); }

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

background-color css

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

 a { background-color: rgb(192,236,148); }

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

border-color css

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

 span { border-color: rgb(192,236,148); }

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