Html Css Color HEX #8EEE4B Atlantis

📋 copy color: '#8EEE4B'

red 142 ◦ green 238 ◦ blue 75

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

Shades of Atlantis #8EEE4B

Tints of Atlantis #8EEE4B

RGB

 RED value IS 142 (55.86% from 255) = 31.21%

 GREEN value IS 238 (93.36% from 255) = 52.31%

 BLUE value IS 75 (29.69% from 255) = 16.48%

R = 31.21%
G = 52.31%
B = 16.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#8EEE4B (or 0x8EEE4B) is known color: Atlantis. HEX triplet: 8E, EE and 4B. RGB value is (142,238,75). Sum of RGB (Red+Green+Blue) = 142+238+75=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEE4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEE4B is #7111B4. Grayscale: #BFBFBF. Windows color (decimal): -7410101 or 4976270. OLE color: 4976270.

HSL color Cylindrical-coordinate representation of color #8EEE4B: hue angle of 95.34º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EEE4B is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 238 75 -
CMYK 0.40 0 0.68 0.07
HSL 95.34º 0.83% 0.61% -
HSV(B) 95.34º 0.68% 0.93% -
XYZ 43 67.41 17.4 -
YUV 190.71 62.7 93.25 -
System Red Green Blue C M Y K H S L
Decimal 142 238 75 0.40 0 0.68 0.07 95.34 0.83 0.61
Hex 8E EE 4B 28 0 44 7 5F 53 3D
Octal 216 356 113 50 0 104 7 137 123 75
Binary 10001110 11101110 1001011 101000 0 1000100 111 1011111 1010011 111101

Color Harmonies of #8EEE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEE4B

Black with #8EEE4B

Text Example


Text Example

White with #8EEE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EEE4B; }

 p { color: rgb(142,238,75); }

 H1.HeaderClassName
 {
   color: #8EEE4B;
 }
 .AnyTagClassName
 {
   color: #8EEE4B;
 }
</style>

background-color css

<style>
 a { background-color: #8EEE4B; }

 a { background-color: rgb(142,238,75); }

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

border-color css

<style>
 span { border-color: #8EEE4B; }

 span { border-color: rgb(142,238,75); }

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