Html Css Color HEX #4CF827 Harlequin

📋 copy color: '#4CF827'

red 76 ◦ green 248 ◦ blue 39

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

Shades of Harlequin #4CF827

Tints of Harlequin #4CF827

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.32%

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

R = 20.94%
G = 68.32%
B = 10.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#4CF827 (or 0x4CF827) is known color: Harlequin. HEX triplet: 4C, F8 and 27. RGB value is (76,248,39). Sum of RGB (Red+Green+Blue) = 76+248+39=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 248 (97.27% from 255 or 68.32% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF827 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF827 is #B307D8. Grayscale: #ADADAD. Windows color (decimal): -11732953 or 2619468. OLE color: 2619468.

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

Color convert

RGB 76 248 39 -
CMYK 0.69 0 0.84 0.03
HSL 109.38º 0.94% 0.56% -
HSV(B) 109.38º 0.84% 0.97% -
XYZ 36.91 68.82 13.26 -
YUV 172.75 52.52 58.99 -
System Red Green Blue C M Y K H S L
Decimal 76 248 39 0.69 0 0.84 0.03 109.38 0.94 0.56
Hex 4C F8 27 45 0 54 3 6D 5E 38
Octal 114 370 47 105 0 124 3 155 136 70
Binary 1001100 11111000 100111 1000101 0 1010100 11 1101101 1011110 111000

Color Harmonies of #4CF827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF827

Black with #4CF827

Text Example


Text Example

White with #4CF827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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