Html Css Color HEX #3CF805 Harlequin

📋 copy color: '#3CF805'

red 60 ◦ green 248 ◦ blue 5

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

Shades of Harlequin #3CF805

Tints of Harlequin #3CF805

RGB

 RED value IS 60 (23.83% from 255) = 19.17%

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

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

R = 19.17%
G = 79.23%
B = 1.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#3CF805 (or 0x3CF805) is known color: Harlequin. HEX triplet: 3C, F8 and 05. RGB value is (60,248,5). Sum of RGB (Red+Green+Blue) = 60+248+5=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 248 (97.27% from 255 or 79.23% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF805 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF805 is #C307FA. Grayscale: #A4A4A4. Windows color (decimal): -12781563 or 391228. OLE color: 391228.

HSL color Cylindrical-coordinate representation of color #3CF805: hue angle of 106.42º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CF805 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 60 248 5 -
CMYK 0.76 0 0.98 0.03
HSL 106.42º 0.96% 0.5% -
HSV(B) 106.42º 0.98% 0.97% -
XYZ 35.46 68.11 11.42 -
YUV 164.09 38.22 53.76 -
System Red Green Blue C M Y K H S L
Decimal 60 248 5 0.76 0 0.98 0.03 106.42 0.96 0.5
Hex 3C F8 5 4C 0 62 3 6A 60 32
Octal 74 370 5 114 0 142 3 152 140 62
Binary 111100 11111000 101 1001100 0 1100010 11 1101010 1100000 110010

Color Harmonies of #3CF805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF805

Black with #3CF805

Text Example


Text Example

White with #3CF805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CF805; }

 p { color: rgb(60,248,5); }

 H1.HeaderClassName
 {
   color: #3CF805;
 }
 .AnyTagClassName
 {
   color: #3CF805;
 }
</style>

background-color css

<style>
 a { background-color: #3CF805; }

 a { background-color: rgb(60,248,5); }

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

border-color css

<style>
 span { border-color: #3CF805; }

 span { border-color: rgb(60,248,5); }

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