Html Css Color HEX #4BF305 Harlequin

📋 copy color: '#4BF305'

red 75 ◦ green 243 ◦ blue 5

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

Shades of Harlequin #4BF305

Tints of Harlequin #4BF305

RGB

 RED value IS 75 (29.69% from 255) = 23.22%

 GREEN value IS 243 (95.31% from 255) = 75.23%

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 23.22%
G = 75.23%
B = 1.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#4BF305 (or 0x4BF305) is known color: Harlequin. HEX triplet: 4B, F3 and 05. RGB value is (75,243,5). Sum of RGB (Red+Green+Blue) = 75+243+5=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 243 (95.31% from 255 or 75.23% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF305 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF305 is #B40CFA. Grayscale: #A6A6A6. Windows color (decimal): -11799803 or 389963. OLE color: 389963.

HSL color Cylindrical-coordinate representation of color #4BF305: hue angle of 102.35º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4BF305 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 243 5 -
CMYK 0.69 0 0.98 0.05
HSL 102.35º 0.96% 0.49% -
HSV(B) 102.35º 0.98% 0.95% -
XYZ 34.98 65.61 10.96 -
YUV 165.64 37.34 63.35 -
System Red Green Blue C M Y K H S L
Decimal 75 243 5 0.69 0 0.98 0.05 102.35 0.96 0.49
Hex 4B F3 5 45 0 62 5 66 60 31
Octal 113 363 5 105 0 142 5 146 140 61
Binary 1001011 11110011 101 1000101 0 1100010 101 1100110 1100000 110001

Color Harmonies of #4BF305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF305

Black with #4BF305

Text Example


Text Example

White with #4BF305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,243,5); }

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

background-color css

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

 a { background-color: rgb(75,243,5); }

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

border-color css

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

 span { border-color: rgb(75,243,5); }

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