Html Css Color HEX #C4F250 Conifer

📋 copy color: '#C4F250'

red 196 ◦ green 242 ◦ blue 80

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

Shades of Conifer #C4F250

Tints of Conifer #C4F250

RGB

 RED value IS 196 (76.95% from 255) = 37.84%

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

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

R = 37.84%
G = 46.72%
B = 15.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#C4F250 (or 0xC4F250) is known color: Conifer. HEX triplet: C4, F2 and 50. RGB value is (196,242,80). Sum of RGB (Red+Green+Blue) = 196+242+80=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F250 is #3B0DAF. Grayscale: #D2D2D2. Windows color (decimal): -3870128 or 5305028. OLE color: 5305028.

HSL color Cylindrical-coordinate representation of color #C4F250: hue angle of 77.04º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4F250 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 242 80 -
CMYK 0.19 0 0.67 0.05
HSL 77.04º 0.86% 0.63% -
HSV(B) 77.04º 0.67% 0.95% -
XYZ 55.97 75.82 19.27 -
YUV 209.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 196 242 80 0.19 0 0.67 0.05 77.04 0.86 0.63
Hex C4 F2 50 13 0 43 5 4D 56 3F
Octal 304 362 120 23 0 103 5 115 126 77
Binary 11000100 11110010 1010000 10011 0 1000011 101 1001101 1010110 111111

Color Harmonies of #C4F250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F250

Black with #C4F250

Text Example


Text Example

White with #C4F250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F250; }

 p { color: rgb(196,242,80); }

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

background-color css

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

 a { background-color: rgb(196,242,80); }

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

border-color css

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

 span { border-color: rgb(196,242,80); }

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