Html Css Color HEX #4CF207 Harlequin

📋 copy color: '#4CF207'

red 76 ◦ green 242 ◦ blue 7

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

Shades of Harlequin #4CF207

Tints of Harlequin #4CF207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 23.38%
G = 74.46%
B = 2.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#4CF207 (or 0x4CF207) is known color: Harlequin. HEX triplet: 4C, F2 and 07. RGB value is (76,242,7). Sum of RGB (Red+Green+Blue) = 76+242+7=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 242 (94.92% from 255 or 74.46% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF207 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF207 is #B30DF8. Grayscale: #A6A6A6. Windows color (decimal): -11734521 or 520780. OLE color: 520780.

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

Color convert

RGB 76 242 7 -
CMYK 0.69 0 0.97 0.05
HSL 102.38º 0.94% 0.49% -
HSV(B) 102.38º 0.97% 0.95% -
XYZ 34.77 65.06 10.93 -
YUV 165.58 38.5 64.11 -
System Red Green Blue C M Y K H S L
Decimal 76 242 7 0.69 0 0.97 0.05 102.38 0.94 0.49
Hex 4C F2 7 45 0 61 5 66 5E 31
Octal 114 362 7 105 0 141 5 146 136 61
Binary 1001100 11110010 111 1000101 0 1100001 101 1100110 1011110 110001

Color Harmonies of #4CF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF207

Black with #4CF207

Text Example


Text Example

White with #4CF207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,242,7); }

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

background-color css

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

 a { background-color: rgb(76,242,7); }

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

border-color css

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

 span { border-color: rgb(76,242,7); }

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