Html Css Color HEX #C2E150 Conifer

📋 copy color: '#C2E150'

red 194 ◦ green 225 ◦ blue 80

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

Shades of Conifer #C2E150

Tints of Conifer #C2E150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.09%

 BLUE value IS 80 (31.64% from 255) = 16.03%

R = 38.88%
G = 45.09%
B = 16.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#C2E150 (or 0xC2E150) is known color: Conifer. HEX triplet: C2, E1 and 50. RGB value is (194,225,80). Sum of RGB (Red+Green+Blue) = 194+225+80=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E150 is #3D1EAF. Grayscale: #C7C7C7. Windows color (decimal): -4005552 or 5300674. OLE color: 5300674.

HSL color Cylindrical-coordinate representation of color #C2E150: hue angle of 72.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2E150 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 225 80 -
CMYK 0.14 0 0.64 0.12
HSL 72.83º 0.71% 0.6% -
HSV(B) 72.83º 0.64% 0.88% -
XYZ 50.62 65.9 17.64 -
YUV 199.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 194 225 80 0.14 0 0.64 0.12 72.83 0.71 0.6
Hex C2 E1 50 E 0 40 C 49 47 3C
Octal 302 341 120 16 0 100 14 111 107 74
Binary 11000010 11100001 1010000 1110 0 1000000 1100 1001001 1000111 111100

Color Harmonies of #C2E150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E150

Black with #C2E150

Text Example


Text Example

White with #C2E150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E150; }

 p { color: rgb(194,225,80); }

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

background-color css

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

 a { background-color: rgb(194,225,80); }

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

border-color css

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

 span { border-color: rgb(194,225,80); }

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