Html Css Color HEX #C2E548 Conifer

📋 copy color: '#C2E548'

red 194 ◦ green 229 ◦ blue 72

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

Shades of Conifer #C2E548

Tints of Conifer #C2E548

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.26%

 BLUE value IS 72 (28.52% from 255) = 14.55%

R = 39.19%
G = 46.26%
B = 14.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#C2E548 (or 0xC2E548) is known color: Conifer. HEX triplet: C2, E5 and 48. RGB value is (194,229,72). Sum of RGB (Red+Green+Blue) = 194+229+72=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E548 is #3D1AB7. Grayscale: #C9C9C9. Windows color (decimal): -4004536 or 4777410. OLE color: 4777410.

HSL color Cylindrical-coordinate representation of color #C2E548: hue angle of 73.38º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2E548 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 229 72 -
CMYK 0.15 0 0.69 0.10
HSL 73.38º 0.75% 0.59% -
HSV(B) 73.38º 0.69% 0.9% -
XYZ 51.44 67.98 16.54 -
YUV 200.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 194 229 72 0.15 0 0.69 0.10 73.38 0.75 0.59
Hex C2 E5 48 F 0 45 A 49 4B 3B
Octal 302 345 110 17 0 105 12 111 113 73
Binary 11000010 11100101 1001000 1111 0 1000101 1010 1001001 1001011 111011

Color Harmonies of #C2E548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E548

Black with #C2E548

Text Example


Text Example

White with #C2E548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E548; }

 p { color: rgb(194,229,72); }

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

background-color css

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

 a { background-color: rgb(194,229,72); }

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

border-color css

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

 span { border-color: rgb(194,229,72); }

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