Html Css Color HEX #8CEE4B Atlantis

📋 copy color: '#8CEE4B'

red 140 ◦ green 238 ◦ blue 75

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

Shades of Atlantis #8CEE4B

Tints of Atlantis #8CEE4B

RGB

 RED value IS 140 (55.08% from 255) = 30.91%

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

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

R = 30.91%
G = 52.54%
B = 16.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#8CEE4B (or 0x8CEE4B) is known color: Atlantis. HEX triplet: 8C, EE and 4B. RGB value is (140,238,75). Sum of RGB (Red+Green+Blue) = 140+238+75=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEE4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEE4B is #7311B4. Grayscale: #BEBEBE. Windows color (decimal): -7541173 or 4976268. OLE color: 4976268.

HSL color Cylindrical-coordinate representation of color #8CEE4B: hue angle of 96.07º 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 #8CEE4B is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 238 75 -
CMYK 0.41 0 0.68 0.07
HSL 96.07º 0.83% 0.61% -
HSV(B) 96.07º 0.68% 0.93% -
XYZ 42.66 67.23 17.39 -
YUV 190.12 63.03 92.25 -
System Red Green Blue C M Y K H S L
Decimal 140 238 75 0.41 0 0.68 0.07 96.07 0.83 0.61
Hex 8C EE 4B 29 0 44 7 60 53 3D
Octal 214 356 113 51 0 104 7 140 123 75
Binary 10001100 11101110 1001011 101001 0 1000100 111 1100000 1010011 111101

Color Harmonies of #8CEE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEE4B

Black with #8CEE4B

Text Example


Text Example

White with #8CEE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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