Html Css Color HEX #C0EA52 Conifer

📋 copy color: '#C0EA52'

red 192 ◦ green 234 ◦ blue 82

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

Shades of Conifer #C0EA52

Tints of Conifer #C0EA52

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.06%

 BLUE value IS 82 (32.42% from 255) = 16.14%

R = 37.8%
G = 46.06%
B = 16.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#C0EA52 (or 0xC0EA52) is known color: Conifer. HEX triplet: C0, EA and 52. RGB value is (192,234,82). Sum of RGB (Red+Green+Blue) = 192+234+82=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EA52 is #3F15AD. Grayscale: #CCCCCC. Windows color (decimal): -4134318 or 5434048. OLE color: 5434048.

HSL color Cylindrical-coordinate representation of color #C0EA52: hue angle of 76.58º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0EA52 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 234 82 -
CMYK 0.18 0 0.65 0.08
HSL 76.58º 0.78% 0.62% -
HSV(B) 76.58º 0.65% 0.92% -
XYZ 52.68 70.66 18.84 -
YUV 204.11 59.09 119.36 -
System Red Green Blue C M Y K H S L
Decimal 192 234 82 0.18 0 0.65 0.08 76.58 0.78 0.62
Hex C0 EA 52 12 0 41 8 4D 4E 3E
Octal 300 352 122 22 0 101 10 115 116 76
Binary 11000000 11101010 1010010 10010 0 1000001 1000 1001101 1001110 111110

Color Harmonies of #C0EA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EA52

Black with #C0EA52

Text Example


Text Example

White with #C0EA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EA52; }

 p { color: rgb(192,234,82); }

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

background-color css

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

 a { background-color: rgb(192,234,82); }

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

border-color css

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

 span { border-color: rgb(192,234,82); }

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