Html Css Color HEX #C4F048 Conifer

📋 copy color: '#C4F048'

red 196 ◦ green 240 ◦ blue 72

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

Shades of Conifer #C4F048

Tints of Conifer #C4F048

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.24%

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

R = 38.58%
G = 47.24%
B = 14.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#C4F048 (or 0xC4F048) is known color: Conifer. HEX triplet: C4, F0 and 48. RGB value is (196,240,72). Sum of RGB (Red+Green+Blue) = 196+240+72=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F048 is #3B0FB7. Grayscale: #D0D0D0. Windows color (decimal): -3870648 or 4780228. OLE color: 4780228.

HSL color Cylindrical-coordinate representation of color #C4F048: hue angle of 75.71º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4F048 is Cyan = 0.18, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 72 -
CMYK 0.18 0 0.7 0.06
HSL 75.71º 0.85% 0.61% -
HSV(B) 75.71º 0.7% 0.94% -
XYZ 55.09 74.52 17.61 -
YUV 207.69 51.42 119.66 -
System Red Green Blue C M Y K H S L
Decimal 196 240 72 0.18 0 0.7 0.06 75.71 0.85 0.61
Hex C4 F0 48 12 0 46 6 4C 55 3D
Octal 304 360 110 22 0 106 6 114 125 75
Binary 11000100 11110000 1001000 10010 0 1000110 110 1001100 1010101 111101

Color Harmonies of #C4F048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F048

Black with #C4F048

Text Example


Text Example

White with #C4F048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F048; }

 p { color: rgb(196,240,72); }

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

background-color css

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

 a { background-color: rgb(196,240,72); }

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

border-color css

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

 span { border-color: rgb(196,240,72); }

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