Html Css Color HEX #85EB3C Atlantis

📋 copy color: '#85EB3C'

red 133 ◦ green 235 ◦ blue 60

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

Shades of Atlantis #85EB3C

Tints of Atlantis #85EB3C

RGB

 RED value IS 133 (52.34% from 255) = 31.07%

 GREEN value IS 235 (92.19% from 255) = 54.91%

 BLUE value IS 60 (23.83% from 255) = 14.02%

R = 31.07%
G = 54.91%
B = 14.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#85EB3C (or 0x85EB3C) is known color: Atlantis. HEX triplet: 85, EB and 3C. RGB value is (133,235,60). Sum of RGB (Red+Green+Blue) = 133+235+60=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 235 (92.19% from 255 or 54.91% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EB3C is #7A14C3. Grayscale: #B9B9B9. Windows color (decimal): -8000708 or 3992453. OLE color: 3992453.

HSL color Cylindrical-coordinate representation of color #85EB3C: hue angle of 94.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85EB3C is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 60 -
CMYK 0.43 0 0.74 0.08
HSL 94.97º 0.81% 0.58% -
HSV(B) 94.97º 0.74% 0.92% -
XYZ 40.2 64.73 14.65 -
YUV 184.55 57.71 91.23 -
System Red Green Blue C M Y K H S L
Decimal 133 235 60 0.43 0 0.74 0.08 94.97 0.81 0.58
Hex 85 EB 3C 2B 0 4A 8 5F 51 3A
Octal 205 353 74 53 0 112 10 137 121 72
Binary 10000101 11101011 111100 101011 0 1001010 1000 1011111 1010001 111010

Color Harmonies of #85EB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EB3C

Black with #85EB3C

Text Example


Text Example

White with #85EB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85EB3C; }

 p { color: rgb(133,235,60); }

 H1.HeaderClassName
 {
   color: #85EB3C;
 }
 .AnyTagClassName
 {
   color: #85EB3C;
 }
</style>

background-color css

<style>
 a { background-color: #85EB3C; }

 a { background-color: rgb(133,235,60); }

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

border-color css

<style>
 span { border-color: #85EB3C; }

 span { border-color: rgb(133,235,60); }

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