Html Css Color HEX #C0EF95 Reef

📋 copy color: '#C0EF95'

red 192 ◦ green 239 ◦ blue 149

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

Shades of Reef #C0EF95

Tints of Reef #C0EF95

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.21%

 BLUE value IS 149 (58.59% from 255) = 25.69%

R = 33.1%
G = 41.21%
B = 25.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#C0EF95 (or 0xC0EF95) is known color: Reef. HEX triplet: C0, EF and 95. RGB value is (192,239,149). Sum of RGB (Red+Green+Blue) = 192+239+149=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EF95 is #3F106A. Grayscale: #D7D7D7. Windows color (decimal): -4132971 or 9826240. OLE color: 9826240.

HSL color Cylindrical-coordinate representation of color #C0EF95: hue angle of 91.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0EF95 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 239 149 -
CMYK 0.20 0 0.38 0.06
HSL 91.33º 0.74% 0.76% -
HSV(B) 91.33º 0.38% 0.94% -
XYZ 58.03 75.11 39.87 -
YUV 214.69 90.93 111.82 -
System Red Green Blue C M Y K H S L
Decimal 192 239 149 0.20 0 0.38 0.06 91.33 0.74 0.76
Hex C0 EF 95 14 0 26 6 5B 4A 4C
Octal 300 357 225 24 0 46 6 133 112 114
Binary 11000000 11101111 10010101 10100 0 100110 110 1011011 1001010 1001100

Color Harmonies of #C0EF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EF95

Black with #C0EF95

Text Example


Text Example

White with #C0EF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EF95; }

 p { color: rgb(192,239,149); }

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

background-color css

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

 a { background-color: rgb(192,239,149); }

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

border-color css

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

 span { border-color: rgb(192,239,149); }

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