Html Css Color HEX #C2EB55 Conifer

📋 copy color: '#C2EB55'

red 194 ◦ green 235 ◦ blue 85

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

Shades of Conifer #C2EB55

Tints of Conifer #C2EB55

RGB

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

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

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

R = 37.74%
G = 45.72%
B = 16.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#C2EB55 (or 0xC2EB55) is known color: Conifer. HEX triplet: C2, EB and 55. RGB value is (194,235,85). Sum of RGB (Red+Green+Blue) = 194+235+85=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB55 is #3D14AA. Grayscale: #CECECE. Windows color (decimal): -4002987 or 5630914. OLE color: 5630914.

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

Color convert

RGB 194 235 85 -
CMYK 0.17 0 0.64 0.08
HSL 76.4º 0.79% 0.63% -
HSV(B) 76.4º 0.64% 0.92% -
XYZ 53.6 71.54 19.58 -
YUV 205.64 59.92 119.7 -
System Red Green Blue C M Y K H S L
Decimal 194 235 85 0.17 0 0.64 0.08 76.4 0.79 0.63
Hex C2 EB 55 11 0 40 8 4C 4F 3F
Octal 302 353 125 21 0 100 10 114 117 77
Binary 11000010 11101011 1010101 10001 0 1000000 1000 1001100 1001111 111111

Color Harmonies of #C2EB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB55

Black with #C2EB55

Text Example


Text Example

White with #C2EB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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