Html Css Color HEX #C0D74E Conifer

📋 copy color: '#C0D74E'

red 192 ◦ green 215 ◦ blue 78

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

Shades of Conifer #C0D74E

Tints of Conifer #C0D74E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.33%

 BLUE value IS 78 (30.86% from 255) = 16.08%

R = 39.59%
G = 44.33%
B = 16.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#C0D74E (or 0xC0D74E) is known color: Conifer. HEX triplet: C0, D7 and 4E. RGB value is (192,215,78). Sum of RGB (Red+Green+Blue) = 192+215+78=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D74E is #3F28B1. Grayscale: #C1C1C1. Windows color (decimal): -4139186 or 5167040. OLE color: 5167040.

HSL color Cylindrical-coordinate representation of color #C0D74E: hue angle of 70.07º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0D74E is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 215 78 -
CMYK 0.11 0 0.64 0.16
HSL 70.07º 0.63% 0.57% -
HSV(B) 70.07º 0.64% 0.84% -
XYZ 47.41 60.36 16.36 -
YUV 192.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 192 215 78 0.11 0 0.64 0.16 70.07 0.63 0.57
Hex C0 D7 4E B 0 40 10 46 3F 39
Octal 300 327 116 13 0 100 20 106 77 71
Binary 11000000 11010111 1001110 1011 0 1000000 10000 1000110 111111 111001

Color Harmonies of #C0D74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D74E

Black with #C0D74E

Text Example


Text Example

White with #C0D74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D74E; }

 p { color: rgb(192,215,78); }

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

background-color css

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

 a { background-color: rgb(192,215,78); }

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

border-color css

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

 span { border-color: rgb(192,215,78); }

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