Html Css Color HEX #C2F24A Conifer

📋 copy color: '#C2F24A'

red 194 ◦ green 242 ◦ blue 74

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

Shades of Conifer #C2F24A

Tints of Conifer #C2F24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.51%

R = 38.04%
G = 47.45%
B = 14.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#C2F24A (or 0xC2F24A) is known color: Conifer. HEX triplet: C2, F2 and 4A. RGB value is (194,242,74). Sum of RGB (Red+Green+Blue) = 194+242+74=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F24A is #3D0DB5. Grayscale: #D1D1D1. Windows color (decimal): -4001206 or 4911810. OLE color: 4911810.

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

Color convert

RGB 194 242 74 -
CMYK 0.20 0 0.69 0.05
HSL 77.14º 0.87% 0.62% -
HSV(B) 77.14º 0.69% 0.95% -
XYZ 55.24 75.47 18.13 -
YUV 208.5 52.1 117.66 -
System Red Green Blue C M Y K H S L
Decimal 194 242 74 0.20 0 0.69 0.05 77.14 0.87 0.62
Hex C2 F2 4A 14 0 45 5 4D 57 3E
Octal 302 362 112 24 0 105 5 115 127 76
Binary 11000010 11110010 1001010 10100 0 1000101 101 1001101 1010111 111110

Color Harmonies of #C2F24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F24A

Black with #C2F24A

Text Example


Text Example

White with #C2F24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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