Html Css Color HEX #4CF227 Harlequin

📋 copy color: '#4CF227'

red 76 ◦ green 242 ◦ blue 39

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

Shades of Harlequin #4CF227

Tints of Harlequin #4CF227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 21.29%
G = 67.79%
B = 10.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#4CF227 (or 0x4CF227) is known color: Harlequin. HEX triplet: 4C, F2 and 27. RGB value is (76,242,39). Sum of RGB (Red+Green+Blue) = 76+242+39=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 242 (94.92% from 255 or 67.79% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF227 is #B30DD8. Grayscale: #A9A9A9. Windows color (decimal): -11734489 or 2617932. OLE color: 2617932.

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

Color convert

RGB 76 242 39 -
CMYK 0.69 0 0.84 0.05
HSL 109.06º 0.89% 0.55% -
HSV(B) 109.06º 0.84% 0.95% -
XYZ 35.1 65.19 12.65 -
YUV 169.22 54.5 61.51 -
System Red Green Blue C M Y K H S L
Decimal 76 242 39 0.69 0 0.84 0.05 109.06 0.89 0.55
Hex 4C F2 27 45 0 54 5 6D 59 37
Octal 114 362 47 105 0 124 5 155 131 67
Binary 1001100 11110010 100111 1000101 0 1010100 101 1101101 1011001 110111

Color Harmonies of #4CF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF227

Black with #4CF227

Text Example


Text Example

White with #4CF227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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