Html Css Color HEX #C2F248 Conifer

📋 copy color: '#C2F248'

red 194 ◦ green 242 ◦ blue 72

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

Shades of Conifer #C2F248

Tints of Conifer #C2F248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.64%

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

R = 38.19%
G = 47.64%
B = 14.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#C2F248 (or 0xC2F248) is known color: Conifer. HEX triplet: C2, F2 and 48. RGB value is (194,242,72). Sum of RGB (Red+Green+Blue) = 194+242+72=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F248 is #3D0DB7. Grayscale: #D0D0D0. Windows color (decimal): -4001208 or 4780738. OLE color: 4780738.

HSL color Cylindrical-coordinate representation of color #C2F248: hue angle of 76.94º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2F248 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 72 -
CMYK 0.20 0 0.70 0.05
HSL 76.94º 0.87% 0.62% -
HSV(B) 76.94º 0.7% 0.95% -
XYZ 55.17 75.44 17.78 -
YUV 208.27 51.1 117.82 -
System Red Green Blue C M Y K H S L
Decimal 194 242 72 0.20 0 0.70 0.05 76.94 0.87 0.62
Hex C2 F2 48 14 0 46 5 4D 57 3E
Octal 302 362 110 24 0 106 5 115 127 76
Binary 11000010 11110010 1001000 10100 0 1000110 101 1001101 1010111 111110

Color Harmonies of #C2F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F248

Black with #C2F248

Text Example


Text Example

White with #C2F248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F248; }

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

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

background-color css

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

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

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

border-color css

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

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

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