Html Css Color HEX #C0DF52 Conifer

📋 copy color: '#C0DF52'

red 192 ◦ green 223 ◦ blue 82

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

Shades of Conifer #C0DF52

Tints of Conifer #C0DF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.5%

R = 38.63%
G = 44.87%
B = 16.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#C0DF52 (or 0xC0DF52) is known color: Conifer. HEX triplet: C0, DF and 52. RGB value is (192,223,82). Sum of RGB (Red+Green+Blue) = 192+223+82=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF52 is #3F20AD. Grayscale: #C6C6C6. Windows color (decimal): -4137134 or 5431232. OLE color: 5431232.

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

Color convert

RGB 192 223 82 -
CMYK 0.14 0 0.63 0.13
HSL 73.19º 0.69% 0.6% -
HSV(B) 73.19º 0.63% 0.87% -
XYZ 49.65 64.59 17.83 -
YUV 197.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 192 223 82 0.14 0 0.63 0.13 73.19 0.69 0.6
Hex C0 DF 52 E 0 3F D 49 45 3C
Octal 300 337 122 16 0 77 15 111 105 74
Binary 11000000 11011111 1010010 1110 0 111111 1101 1001001 1000101 111100

Color Harmonies of #C0DF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DF52

Black with #C0DF52

Text Example


Text Example

White with #C0DF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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