Html Css Color HEX #4CFF0D Harlequin

📋 copy color: '#4CFF0D'

red 76 ◦ green 255 ◦ blue 13

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

Shades of Harlequin #4CFF0D

Tints of Harlequin #4CFF0D

RGB

 RED value IS 76 (30.08% from 255) = 22.09%

 GREEN value IS 255 (100% from 255) = 74.13%

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 22.09%
G = 74.13%
B = 3.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#4CFF0D (or 0x4CFF0D) is known color: Harlequin. HEX triplet: 4C, FF and 0D. RGB value is (76,255,13). Sum of RGB (Red+Green+Blue) = 76+255+13=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFF0D is #B300F2. Grayscale: #AEAEAE. Windows color (decimal): -11731187 or 917324. OLE color: 917324.

HSL color Cylindrical-coordinate representation of color #4CFF0D: hue angle of 104.38º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4CFF0D is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 76 255 13 -
CMYK 0.70 0 0.95 0
HSL 104.38º 1% 0.53% -
HSV(B) 104.38º 0.95% 1% -
XYZ 38.81 73.09 12.44 -
YUV 173.89 37.2 58.18 -
System Red Green Blue C M Y K H S L
Decimal 76 255 13 0.70 0 0.95 0 104.38 1 0.53
Hex 4C FF D 46 0 5F 0 68 64 35
Octal 114 377 15 106 0 137 0 150 144 65
Binary 1001100 11111111 1101 1000110 0 1011111 0 1101000 1100100 110101

Color Harmonies of #4CFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFF0D

Black with #4CFF0D

Text Example


Text Example

White with #4CFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,255,13); }

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

background-color css

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

 a { background-color: rgb(76,255,13); }

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

border-color css

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

 span { border-color: rgb(76,255,13); }

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