Html Css Color HEX #C0DA4A Conifer

📋 copy color: '#C0DA4A'

red 192 ◦ green 218 ◦ blue 74

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

Shades of Conifer #C0DA4A

Tints of Conifer #C0DA4A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

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

R = 39.67%
G = 45.04%
B = 15.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#C0DA4A (or 0xC0DA4A) is known color: Conifer. HEX triplet: C0, DA and 4A. RGB value is (192,218,74). Sum of RGB (Red+Green+Blue) = 192+218+74=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DA4A is #3F25B5. Grayscale: #C2C2C2. Windows color (decimal): -4138422 or 4905664. OLE color: 4905664.

HSL color Cylindrical-coordinate representation of color #C0DA4A: hue angle of 70.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0DA4A is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 218 74 -
CMYK 0.12 0 0.66 0.15
HSL 70.83º 0.66% 0.57% -
HSV(B) 70.83º 0.66% 0.85% -
XYZ 48.05 61.84 15.88 -
YUV 193.81 60.39 126.71 -
System Red Green Blue C M Y K H S L
Decimal 192 218 74 0.12 0 0.66 0.15 70.83 0.66 0.57
Hex C0 DA 4A C 0 42 F 47 42 39
Octal 300 332 112 14 0 102 17 107 102 71
Binary 11000000 11011010 1001010 1100 0 1000010 1111 1000111 1000010 111001

Color Harmonies of #C0DA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DA4A

Black with #C0DA4A

Text Example


Text Example

White with #C0DA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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