Html Css Color HEX #C2EB52 Conifer

📋 copy color: '#C2EB52'

red 194 ◦ green 235 ◦ blue 82

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

Shades of Conifer #C2EB52

Tints of Conifer #C2EB52

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.99%

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

R = 37.96%
G = 45.99%
B = 16.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#C2EB52 (or 0xC2EB52) is known color: Conifer. HEX triplet: C2, EB and 52. RGB value is (194,235,82). Sum of RGB (Red+Green+Blue) = 194+235+82=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB52 is #3D14AD. Grayscale: #CDCDCD. Windows color (decimal): -4002990 or 5434306. OLE color: 5434306.

HSL color Cylindrical-coordinate representation of color #C2EB52: hue angle of 76.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2EB52 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 82 -
CMYK 0.17 0 0.65 0.08
HSL 76.08º 0.79% 0.62% -
HSV(B) 76.08º 0.65% 0.92% -
XYZ 53.48 71.5 18.96 -
YUV 205.3 58.42 119.94 -
System Red Green Blue C M Y K H S L
Decimal 194 235 82 0.17 0 0.65 0.08 76.08 0.79 0.62
Hex C2 EB 52 11 0 41 8 4C 4F 3E
Octal 302 353 122 21 0 101 10 114 117 76
Binary 11000010 11101011 1010010 10001 0 1000001 1000 1001100 1001111 111110

Color Harmonies of #C2EB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB52

Black with #C2EB52

Text Example


Text Example

White with #C2EB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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