Html Css Color HEX #C2E955 Conifer

📋 copy color: '#C2E955'

red 194 ◦ green 233 ◦ blue 85

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

Shades of Conifer #C2E955

Tints of Conifer #C2E955

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.51%

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

R = 37.89%
G = 45.51%
B = 16.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#C2E955 (or 0xC2E955) is known color: Conifer. HEX triplet: C2, E9 and 55. RGB value is (194,233,85). Sum of RGB (Red+Green+Blue) = 194+233+85=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E955 is #3D16AA. Grayscale: #CDCDCD. Windows color (decimal): -4003499 or 5630402. OLE color: 5630402.

HSL color Cylindrical-coordinate representation of color #C2E955: hue angle of 75.81º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2E955 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 85 -
CMYK 0.17 0 0.64 0.09
HSL 75.81º 0.77% 0.62% -
HSV(B) 75.81º 0.64% 0.91% -
XYZ 53.03 70.4 19.39 -
YUV 204.47 60.58 120.53 -
System Red Green Blue C M Y K H S L
Decimal 194 233 85 0.17 0 0.64 0.09 75.81 0.77 0.62
Hex C2 E9 55 11 0 40 9 4C 4D 3E
Octal 302 351 125 21 0 100 11 114 115 76
Binary 11000010 11101001 1010101 10001 0 1000000 1001 1001100 1001101 111110

Color Harmonies of #C2E955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E955

Black with #C2E955

Text Example


Text Example

White with #C2E955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E955; }

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

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

background-color css

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

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

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

border-color css

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

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

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