Html Css Color HEX #C2DE52 Conifer

📋 copy color: '#C2DE52'

red 194 ◦ green 222 ◦ blue 82

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

Shades of Conifer #C2DE52

Tints of Conifer #C2DE52

RGB

 RED value IS 194 (76.17% from 255) = 38.96%

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

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

R = 38.96%
G = 44.58%
B = 16.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#C2DE52 (or 0xC2DE52) is known color: Conifer. HEX triplet: C2, DE and 52. RGB value is (194,222,82). Sum of RGB (Red+Green+Blue) = 194+222+82=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DE52 is #3D21AD. Grayscale: #C6C6C6. Windows color (decimal): -4006318 or 5430978. OLE color: 5430978.

HSL color Cylindrical-coordinate representation of color #C2DE52: hue angle of 72º degrees, saturation: 0.68, 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 #C2DE52 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 222 82 -
CMYK 0.13 0 0.63 0.13
HSL 72º 0.68% 0.6% -
HSV(B) 72º 0.63% 0.87% -
XYZ 49.89 64.32 17.77 -
YUV 197.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 194 222 82 0.13 0 0.63 0.13 72 0.68 0.6
Hex C2 DE 52 D 0 3F D 48 44 3C
Octal 302 336 122 15 0 77 15 110 104 74
Binary 11000010 11011110 1010010 1101 0 111111 1101 1001000 1000100 111100

Color Harmonies of #C2DE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DE52

Black with #C2DE52

Text Example


Text Example

White with #C2DE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DE52; }

 p { color: rgb(194,222,82); }

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

background-color css

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

 a { background-color: rgb(194,222,82); }

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

border-color css

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

 span { border-color: rgb(194,222,82); }

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