Html Css Color HEX #C0E94A Conifer

📋 copy color: '#C0E94A'

red 192 ◦ green 233 ◦ blue 74

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

Shades of Conifer #C0E94A

Tints of Conifer #C0E94A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.69%

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

R = 38.48%
G = 46.69%
B = 14.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#C0E94A (or 0xC0E94A) is known color: Conifer. HEX triplet: C0, E9 and 4A. RGB value is (192,233,74). Sum of RGB (Red+Green+Blue) = 192+233+74=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E94A is #3F16B5. Grayscale: #CBCBCB. Windows color (decimal): -4134582 or 4909504. OLE color: 4909504.

HSL color Cylindrical-coordinate representation of color #C0E94A: hue angle of 75.47º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0E94A is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 233 74 -
CMYK 0.18 0 0.68 0.09
HSL 75.47º 0.78% 0.6% -
HSV(B) 75.47º 0.68% 0.91% -
XYZ 52.11 69.98 17.24 -
YUV 202.62 55.42 120.43 -
System Red Green Blue C M Y K H S L
Decimal 192 233 74 0.18 0 0.68 0.09 75.47 0.78 0.6
Hex C0 E9 4A 12 0 44 9 4B 4E 3C
Octal 300 351 112 22 0 104 11 113 116 74
Binary 11000000 11101001 1001010 10010 0 1000100 1001 1001011 1001110 111100

Color Harmonies of #C0E94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E94A

Black with #C0E94A

Text Example


Text Example

White with #C0E94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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