Html Css Color HEX #C2E455 Conifer

📋 copy color: '#C2E455'

red 194 ◦ green 228 ◦ blue 85

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

Shades of Conifer #C2E455

Tints of Conifer #C2E455

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.97%

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

R = 38.26%
G = 44.97%
B = 16.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#C2E455 (or 0xC2E455) is known color: Conifer. HEX triplet: C2, E4 and 55. RGB value is (194,228,85). Sum of RGB (Red+Green+Blue) = 194+228+85=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E455 is #3D1BAA. Grayscale: #CACACA. Windows color (decimal): -4004779 or 5629122. OLE color: 5629122.

HSL color Cylindrical-coordinate representation of color #C2E455: hue angle of 74.27º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2E455 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 228 85 -
CMYK 0.15 0 0.63 0.11
HSL 74.27º 0.73% 0.61% -
HSV(B) 74.27º 0.63% 0.89% -
XYZ 51.63 67.61 18.92 -
YUV 201.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 194 228 85 0.15 0 0.63 0.11 74.27 0.73 0.61
Hex C2 E4 55 F 0 3F B 4A 49 3D
Octal 302 344 125 17 0 77 13 112 111 75
Binary 11000010 11100100 1010101 1111 0 111111 1011 1001010 1001001 111101

Color Harmonies of #C2E455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E455

Black with #C2E455

Text Example


Text Example

White with #C2E455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E455; }

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

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

background-color css

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

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

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

border-color css

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

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

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