Html Css Color HEX #C0EB4A Conifer

📋 copy color: '#C0EB4A'

red 192 ◦ green 235 ◦ blue 74

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

Shades of Conifer #C0EB4A

Tints of Conifer #C0EB4A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.91%

 BLUE value IS 74 (29.3% from 255) = 14.77%

R = 38.32%
G = 46.91%
B = 14.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#C0EB4A (or 0xC0EB4A) is known color: Conifer. HEX triplet: C0, EB and 4A. RGB value is (192,235,74). Sum of RGB (Red+Green+Blue) = 192+235+74=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB4A is #3F14B5. Grayscale: #CCCCCC. Windows color (decimal): -4134070 or 4910016. OLE color: 4910016.

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

Color convert

RGB 192 235 74 -
CMYK 0.18 0 0.69 0.08
HSL 76.02º 0.8% 0.61% -
HSV(B) 76.02º 0.69% 0.92% -
XYZ 52.68 71.12 17.43 -
YUV 203.79 54.75 119.59 -
System Red Green Blue C M Y K H S L
Decimal 192 235 74 0.18 0 0.69 0.08 76.02 0.8 0.61
Hex C0 EB 4A 12 0 45 8 4C 50 3D
Octal 300 353 112 22 0 105 10 114 120 75
Binary 11000000 11101011 1001010 10010 0 1000101 1000 1001100 1010000 111101

Color Harmonies of #C0EB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB4A

Black with #C0EB4A

Text Example


Text Example

White with #C0EB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB4A; }

 p { color: rgb(192,235,74); }

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

background-color css

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

 a { background-color: rgb(192,235,74); }

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

border-color css

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

 span { border-color: rgb(192,235,74); }

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