Html Css Color HEX #C0DF55 Conifer

📋 copy color: '#C0DF55'

red 192 ◦ green 223 ◦ blue 85

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

Shades of Conifer #C0DF55

Tints of Conifer #C0DF55

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.6%

 BLUE value IS 85 (33.59% from 255) = 17%

R = 38.4%
G = 44.6%
B = 17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#C0DF55 (or 0xC0DF55) is known color: Conifer. HEX triplet: C0, DF and 55. RGB value is (192,223,85). Sum of RGB (Red+Green+Blue) = 192+223+85=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF55 is #3F20AA. Grayscale: #C6C6C6. Windows color (decimal): -4137131 or 5627840. OLE color: 5627840.

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

Color convert

RGB 192 223 85 -
CMYK 0.14 0 0.62 0.13
HSL 73.48º 0.68% 0.6% -
HSV(B) 73.48º 0.62% 0.87% -
XYZ 49.77 64.64 18.45 -
YUV 198 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 192 223 85 0.14 0 0.62 0.13 73.48 0.68 0.6
Hex C0 DF 55 E 0 3E D 49 44 3C
Octal 300 337 125 16 0 76 15 111 104 74
Binary 11000000 11011111 1010101 1110 0 111110 1101 1001001 1000100 111100

Color Harmonies of #C0DF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DF55

Black with #C0DF55

Text Example


Text Example

White with #C0DF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DF55; }

 p { color: rgb(192,223,85); }

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

background-color css

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

 a { background-color: rgb(192,223,85); }

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

border-color css

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

 span { border-color: rgb(192,223,85); }

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