Html Css Color HEX #75E533 Atlantis

📋 copy color: '#75E533'

red 117 ◦ green 229 ◦ blue 51

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

Shades of Atlantis #75E533

Tints of Atlantis #75E533

RGB

 RED value IS 117 (46.09% from 255) = 29.47%

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

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 29.47%
G = 57.68%
B = 12.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#75E533 (or 0x75E533) is known color: Atlantis. HEX triplet: 75, E5 and 33. RGB value is (117,229,51). Sum of RGB (Red+Green+Blue) = 117+229+51=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 229 (89.84% from 255 or 57.68% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 229 - color contains mainly: green. Hex color #75E533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E533 is #8A1ACC. Grayscale: #AFAFAF. Windows color (decimal): -9050829 or 3401077. OLE color: 3401077.

HSL color Cylindrical-coordinate representation of color #75E533: hue angle of 97.75º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75E533 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 229 51 -
CMYK 0.49 0 0.78 0.10
HSL 97.75º 0.77% 0.55% -
HSV(B) 97.75º 0.78% 0.9% -
XYZ 35.95 60.06 12.83 -
YUV 175.22 57.89 86.47 -
System Red Green Blue C M Y K H S L
Decimal 117 229 51 0.49 0 0.78 0.10 97.75 0.77 0.55
Hex 75 E5 33 31 0 4E A 62 4D 37
Octal 165 345 63 61 0 116 12 142 115 67
Binary 1110101 11100101 110011 110001 0 1001110 1010 1100010 1001101 110111

Color Harmonies of #75E533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E533

Black with #75E533

Text Example


Text Example

White with #75E533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75E533; }

 p { color: rgb(117,229,51); }

 H1.HeaderClassName
 {
   color: #75E533;
 }
 .AnyTagClassName
 {
   color: #75E533;
 }
</style>

background-color css

<style>
 a { background-color: #75E533; }

 a { background-color: rgb(117,229,51); }

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

border-color css

<style>
 span { border-color: #75E533; }

 span { border-color: rgb(117,229,51); }

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