#4BF968

Color #4BF968 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #4BF968

Tints of Screamin' Green #4BF968

Color information

#4BF968 (or 0x4BF968) is unknown color: approx Screamin' Green. HEX triplet: 4B, F9 and 68. RGB value is (75,249,104). Sum of RGB (Red+Green+Blue) = 75+249+104=428 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.52% from 428); Green value is 249 (97.66% from 255 or 58.18% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 249 - color contains mainly: green. Hex color #4BF968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BF968 is #B40697. Grayscale: #B4B4B4. Windows color (decimal): -11798168 or 6879563. OLE color: 6879563.

HSL color Cylindrical-coordinate representation of color #4BF968: hue angle of 130º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF968 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB75249104-
CMYK0.7000.580.02
HSL130º93.55%63.53%-
HSV(B)130º69.88%97.65%-
XYZ39.2870.2524.59-
YUV180.4484.8552.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.52%
GREEN value IS 249 (97.66% from 255) = 58.18%
BLUE value IS 104 (41.02% from 255) = 24.30%
R=17.52%
G=58.18%
B=24.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal752491040.7000.580.0213093.5563.53
Hex4BF9684603A2825e40
Octal1133711501060722202136100
Binary100101111111001110100010001100111010101000001010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BF968; }

 p { color: rgb(75,249,104); }

 H1.HeaderClassName
 {
   color: #4BF968;
 }
 .AnyTagClassName
 {
   color: #4BF968;
 }
</style>
background-color css

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

 a { background-color: rgb(75,249,104); }

 div.DivClassName
 {
   background-color: #4BF968;
 }
 .BgClassName
 {
   background-color: #4BF968;
 }
</style>
border-color css

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

 span { border-color: rgb(75,249,104); }

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