Html Css Color HEX #75E435 Atlantis

📋 copy color: '#75E435'

red 117 ◦ green 228 ◦ blue 53

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

Shades of Atlantis #75E435

Tints of Atlantis #75E435

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57.29%

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

R = 29.4%
G = 57.29%
B = 13.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#75E435 (or 0x75E435) is known color: Atlantis. HEX triplet: 75, E4 and 35. RGB value is (117,228,53). Sum of RGB (Red+Green+Blue) = 117+228+53=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #75E435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E435 is #8A1BCA. Grayscale: #AFAFAF. Windows color (decimal): -9051083 or 3531893. OLE color: 3531893.

HSL color Cylindrical-coordinate representation of color #75E435: hue angle of 98.06º degrees, saturation: 0.76, 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 #75E435 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 228 53 -
CMYK 0.49 0 0.77 0.11
HSL 98.06º 0.76% 0.55% -
HSV(B) 98.06º 0.77% 0.89% -
XYZ 35.72 59.53 12.98 -
YUV 174.86 59.23 86.73 -
System Red Green Blue C M Y K H S L
Decimal 117 228 53 0.49 0 0.77 0.11 98.06 0.76 0.55
Hex 75 E4 35 31 0 4D B 62 4C 37
Octal 165 344 65 61 0 115 13 142 114 67
Binary 1110101 11100100 110101 110001 0 1001101 1011 1100010 1001100 110111

Color Harmonies of #75E435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E435

Black with #75E435

Text Example


Text Example

White with #75E435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,228,53); }

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

background-color css

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

 a { background-color: rgb(117,228,53); }

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

border-color css

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

 span { border-color: rgb(117,228,53); }

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