Html Css Color HEX #C0D64F Conifer

📋 copy color: '#C0D64F'

red 192 ◦ green 214 ◦ blue 79

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

Shades of Conifer #C0D64F

Tints of Conifer #C0D64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.12%

 BLUE value IS 79 (31.25% from 255) = 16.29%

R = 39.59%
G = 44.12%
B = 16.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#C0D64F (or 0xC0D64F) is known color: Conifer. HEX triplet: C0, D6 and 4F. RGB value is (192,214,79). Sum of RGB (Red+Green+Blue) = 192+214+79=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D64F is #3F29B0. Grayscale: #C0C0C0. Windows color (decimal): -4139441 or 5232320. OLE color: 5232320.

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

Color convert

RGB 192 214 79 -
CMYK 0.10 0 0.63 0.16
HSL 69.78º 0.62% 0.57% -
HSV(B) 69.78º 0.63% 0.84% -
XYZ 47.2 59.86 16.46 -
YUV 192.03 64.21 127.98 -
System Red Green Blue C M Y K H S L
Decimal 192 214 79 0.10 0 0.63 0.16 69.78 0.62 0.57
Hex C0 D6 4F A 0 3F 10 46 3E 39
Octal 300 326 117 12 0 77 20 106 76 71
Binary 11000000 11010110 1001111 1010 0 111111 10000 1000110 111110 111001

Color Harmonies of #C0D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D64F

Black with #C0D64F

Text Example


Text Example

White with #C0D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D64F; }

 p { color: rgb(192,214,79); }

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

background-color css

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

 a { background-color: rgb(192,214,79); }

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

border-color css

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

 span { border-color: rgb(192,214,79); }

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