Html Css Color HEX #75E234 Atlantis

📋 copy color: '#75E234'

red 117 ◦ green 226 ◦ blue 52

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

Shades of Atlantis #75E234

Tints of Atlantis #75E234

RGB

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

 GREEN value IS 226 (88.67% from 255) = 57.22%

 BLUE value IS 52 (20.7% from 255) = 13.16%

R = 29.62%
G = 57.22%
B = 13.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#75E234 (or 0x75E234) is known color: Atlantis. HEX triplet: 75, E2 and 34. RGB value is (117,226,52). Sum of RGB (Red+Green+Blue) = 117+226+52=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 226 (88.67% from 255 or 57.22% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 226 - color contains mainly: green. Hex color #75E234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E234 is #8A1DCB. Grayscale: #AEAEAE. Windows color (decimal): -9051596 or 3465845. OLE color: 3465845.

HSL color Cylindrical-coordinate representation of color #75E234: hue angle of 97.59º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75E234 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 226 52 -
CMYK 0.48 0 0.77 0.11
HSL 97.59º 0.75% 0.55% -
HSV(B) 97.59º 0.77% 0.89% -
XYZ 35.15 58.42 12.67 -
YUV 173.57 59.39 87.65 -
System Red Green Blue C M Y K H S L
Decimal 117 226 52 0.48 0 0.77 0.11 97.59 0.75 0.55
Hex 75 E2 34 30 0 4D B 62 4B 37
Octal 165 342 64 60 0 115 13 142 113 67
Binary 1110101 11100010 110100 110000 0 1001101 1011 1100010 1001011 110111

Color Harmonies of #75E234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E234

Black with #75E234

Text Example


Text Example

White with #75E234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,226,52); }

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

background-color css

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

 a { background-color: rgb(117,226,52); }

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

border-color css

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

 span { border-color: rgb(117,226,52); }

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