Html Css Color HEX #C0DE5A Conifer

📋 copy color: '#C0DE5A'

red 192 ◦ green 222 ◦ blue 90

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

Shades of Conifer #C0DE5A

Tints of Conifer #C0DE5A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 38.1%
G = 44.05%
B = 17.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#C0DE5A (or 0xC0DE5A) is known color: Conifer. HEX triplet: C0, DE and 5A. RGB value is (192,222,90). Sum of RGB (Red+Green+Blue) = 192+222+90=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE5A is #3F21A5. Grayscale: #C6C6C6. Windows color (decimal): -4137382 or 5955264. OLE color: 5955264.

HSL color Cylindrical-coordinate representation of color #C0DE5A: hue angle of 73.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0DE5A is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 222 90 -
CMYK 0.14 0 0.59 0.13
HSL 73.64º 0.67% 0.61% -
HSV(B) 73.64º 0.59% 0.87% -
XYZ 49.7 64.19 19.44 -
YUV 197.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 192 222 90 0.14 0 0.59 0.13 73.64 0.67 0.61
Hex C0 DE 5A E 0 3B D 4A 43 3D
Octal 300 336 132 16 0 73 15 112 103 75
Binary 11000000 11011110 1011010 1110 0 111011 1101 1001010 1000011 111101

Color Harmonies of #C0DE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DE5A

Black with #C0DE5A

Text Example


Text Example

White with #C0DE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DE5A; }

 p { color: rgb(192,222,90); }

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

background-color css

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

 a { background-color: rgb(192,222,90); }

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

border-color css

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

 span { border-color: rgb(192,222,90); }

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