Html Css Color HEX #85F33F Atlantis

📋 copy color: '#85F33F'

red 133 ◦ green 243 ◦ blue 63

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

Shades of Atlantis #85F33F

Tints of Atlantis #85F33F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.35%

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

R = 30.3%
G = 55.35%
B = 14.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#85F33F (or 0x85F33F) is known color: Atlantis. HEX triplet: 85, F3 and 3F. RGB value is (133,243,63). Sum of RGB (Red+Green+Blue) = 133+243+63=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 243 (95.31% from 255 or 55.35% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 243 - color contains mainly: green. Hex color #85F33F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F33F is #7A0CC0. Grayscale: #BEBEBE. Windows color (decimal): -7998657 or 4191109. OLE color: 4191109.

HSL color Cylindrical-coordinate representation of color #85F33F: hue angle of 96.67º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85F33F is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 243 63 -
CMYK 0.45 0 0.74 0.05
HSL 96.67º 0.88% 0.6% -
HSV(B) 96.67º 0.74% 0.95% -
XYZ 42.62 69.45 15.86 -
YUV 189.59 56.56 87.64 -
System Red Green Blue C M Y K H S L
Decimal 133 243 63 0.45 0 0.74 0.05 96.67 0.88 0.6
Hex 85 F3 3F 2D 0 4A 5 61 58 3C
Octal 205 363 77 55 0 112 5 141 130 74
Binary 10000101 11110011 111111 101101 0 1001010 101 1100001 1011000 111100

Color Harmonies of #85F33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F33F

Black with #85F33F

Text Example


Text Example

White with #85F33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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