Html Css Color HEX #C0D64D Conifer

📋 copy color: '#C0D64D'

red 192 ◦ green 214 ◦ blue 77

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

Shades of Conifer #C0D64D

Tints of Conifer #C0D64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.94%

R = 39.75%
G = 44.31%
B = 15.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#C0D64D (or 0xC0D64D) is known color: Conifer. HEX triplet: C0, D6 and 4D. RGB value is (192,214,77). Sum of RGB (Red+Green+Blue) = 192+214+77=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D64D is #3F29B2. Grayscale: #C0C0C0. Windows color (decimal): -4139443 or 5101248. OLE color: 5101248.

HSL color Cylindrical-coordinate representation of color #C0D64D: hue angle of 69.64º 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 #C0D64D is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 77 -
CMYK 0.10 0 0.64 0.16
HSL 69.64º 0.63% 0.57% -
HSV(B) 69.64º 0.64% 0.84% -
XYZ 47.12 59.84 16.09 -
YUV 191.8 63.21 128.14 -
System Red Green Blue C M Y K H S L
Decimal 192 214 77 0.10 0 0.64 0.16 69.64 0.63 0.57
Hex C0 D6 4D A 0 40 10 46 3F 39
Octal 300 326 115 12 0 100 20 106 77 71
Binary 11000000 11010110 1001101 1010 0 1000000 10000 1000110 111111 111001

Color Harmonies of #C0D64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D64D

Black with #C0D64D

Text Example


Text Example

White with #C0D64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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