Html Css Color HEX #85EF3F Atlantis

📋 copy color: '#85EF3F'

red 133 ◦ green 239 ◦ blue 63

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

Shades of Atlantis #85EF3F

Tints of Atlantis #85EF3F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.94%

 BLUE value IS 63 (25% from 255) = 14.48%

R = 30.57%
G = 54.94%
B = 14.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#85EF3F (or 0x85EF3F) is known color: Atlantis. HEX triplet: 85, EF and 3F. RGB value is (133,239,63). Sum of RGB (Red+Green+Blue) = 133+239+63=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF3F is #7A10C0. Grayscale: #BBBBBB. Windows color (decimal): -7999681 or 4190085. OLE color: 4190085.

HSL color Cylindrical-coordinate representation of color #85EF3F: hue angle of 96.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85EF3F is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 63 -
CMYK 0.44 0 0.74 0.06
HSL 96.14º 0.85% 0.59% -
HSV(B) 96.14º 0.74% 0.94% -
XYZ 41.44 67.08 15.47 -
YUV 187.24 57.88 89.31 -
System Red Green Blue C M Y K H S L
Decimal 133 239 63 0.44 0 0.74 0.06 96.14 0.85 0.59
Hex 85 EF 3F 2C 0 4A 6 60 55 3B
Octal 205 357 77 54 0 112 6 140 125 73
Binary 10000101 11101111 111111 101100 0 1001010 110 1100000 1010101 111011

Color Harmonies of #85EF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF3F

Black with #85EF3F

Text Example


Text Example

White with #85EF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,63); }

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

background-color css

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

 a { background-color: rgb(133,239,63); }

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

border-color css

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

 span { border-color: rgb(133,239,63); }

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