Html Css Color HEX #71EA35 Atlantis

📋 copy color: '#71EA35'

red 113 ◦ green 234 ◦ blue 53

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

Shades of Atlantis #71EA35

Tints of Atlantis #71EA35

RGB

 RED value IS 113 (44.53% from 255) = 28.25%

 GREEN value IS 234 (91.8% from 255) = 58.5%

 BLUE value IS 53 (21.09% from 255) = 13.25%

R = 28.25%
G = 58.5%
B = 13.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#71EA35 (or 0x71EA35) is known color: Atlantis. HEX triplet: 71, EA and 35. RGB value is (113,234,53). Sum of RGB (Red+Green+Blue) = 113+234+53=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 234 (91.80% from 255 or 58.5% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 234 - color contains mainly: green. Hex color #71EA35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EA35 is #8E15CA. Grayscale: #B1B1B1. Windows color (decimal): -9311691 or 3533425. OLE color: 3533425.

HSL color Cylindrical-coordinate representation of color #71EA35: hue angle of 100.11º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71EA35 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 234 53 -
CMYK 0.52 0 0.77 0.08
HSL 100.11º 0.81% 0.56% -
HSV(B) 100.11º 0.77% 0.92% -
XYZ 36.88 62.61 13.51 -
YUV 177.19 57.91 82.22 -
System Red Green Blue C M Y K H S L
Decimal 113 234 53 0.52 0 0.77 0.08 100.11 0.81 0.56
Hex 71 EA 35 34 0 4D 8 64 51 38
Octal 161 352 65 64 0 115 10 144 121 70
Binary 1110001 11101010 110101 110100 0 1001101 1000 1100100 1010001 111000

Color Harmonies of #71EA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EA35

Black with #71EA35

Text Example


Text Example

White with #71EA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71EA35; }

 p { color: rgb(113,234,53); }

 H1.HeaderClassName
 {
   color: #71EA35;
 }
 .AnyTagClassName
 {
   color: #71EA35;
 }
</style>

background-color css

<style>
 a { background-color: #71EA35; }

 a { background-color: rgb(113,234,53); }

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

border-color css

<style>
 span { border-color: #71EA35; }

 span { border-color: rgb(113,234,53); }

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