Html Css Color HEX #05E527 Free Speech Green

📋 copy color: '#05E527'

red 5 ◦ green 229 ◦ blue 39

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

Shades of Free Speech Green #05E527

Tints of Free Speech Green #05E527

RGB

 RED value IS 5 (2.34% from 255) = 1.83%

 GREEN value IS 229 (89.84% from 255) = 83.88%

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

R = 1.83%
G = 83.88%
B = 14.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#05E527 (or 0x05E527) is known color: Free Speech Green. HEX triplet: 05, E5 and 27. RGB value is (5,229,39). Sum of RGB (Red+Green+Blue) = 5+229+39=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 229 (89.84% from 255 or 83.88% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 229 - color contains mainly: green. Hex color #05E527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E527 is #FA1AD8. Grayscale: #8C8C8C. Windows color (decimal): -16390873 or 2614533. OLE color: 2614533.

HSL color Cylindrical-coordinate representation of color #05E527: hue angle of 129.11º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E527 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 5 229 39 -
CMYK 0.98 0 0.83 0.10
HSL 129.11º 0.96% 0.46% -
HSV(B) 129.11º 0.98% 0.9% -
XYZ 28.45 56.22 11.27 -
YUV 140.36 70.79 31.45 -
System Red Green Blue C M Y K H S L
Decimal 5 229 39 0.98 0 0.83 0.10 129.11 0.96 0.46
Hex 5 E5 27 62 0 53 A 81 60 2E
Octal 5 345 47 142 0 123 12 201 140 56
Binary 101 11100101 100111 1100010 0 1010011 1010 10000001 1100000 101110

Color Harmonies of #05E527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E527

Black with #05E527

Text Example


Text Example

White with #05E527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05E527; }

 p { color: rgb(5,229,39); }

 H1.HeaderClassName
 {
   color: #05E527;
 }
 .AnyTagClassName
 {
   color: #05E527;
 }
</style>

background-color css

<style>
 a { background-color: #05E527; }

 a { background-color: rgb(5,229,39); }

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

border-color css

<style>
 span { border-color: #05E527; }

 span { border-color: rgb(5,229,39); }

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