Html Css Color HEX #C2F74A Conifer

📋 copy color: '#C2F74A'

red 194 ◦ green 247 ◦ blue 74

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

Shades of Conifer #C2F74A

Tints of Conifer #C2F74A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.96%

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

R = 37.67%
G = 47.96%
B = 14.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#C2F74A (or 0xC2F74A) is known color: Conifer. HEX triplet: C2, F7 and 4A. RGB value is (194,247,74). Sum of RGB (Red+Green+Blue) = 194+247+74=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F74A is #3D08B5. Grayscale: #D4D4D4. Windows color (decimal): -3999926 or 4913090. OLE color: 4913090.

HSL color Cylindrical-coordinate representation of color #C2F74A: hue angle of 78.38º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2F74A is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 247 74 -
CMYK 0.21 0 0.70 0.03
HSL 78.38º 0.92% 0.63% -
HSV(B) 78.38º 0.7% 0.97% -
XYZ 56.74 78.49 18.64 -
YUV 211.43 50.44 115.57 -
System Red Green Blue C M Y K H S L
Decimal 194 247 74 0.21 0 0.70 0.03 78.38 0.92 0.63
Hex C2 F7 4A 15 0 46 3 4E 5C 3F
Octal 302 367 112 25 0 106 3 116 134 77
Binary 11000010 11110111 1001010 10101 0 1000110 11 1001110 1011100 111111

Color Harmonies of #C2F74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F74A

Black with #C2F74A

Text Example


Text Example

White with #C2F74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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