Html Css Color HEX #85F85D Screamin' Green

📋 copy color: '#85F85D'

red 133 ◦ green 248 ◦ blue 93

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

Shades of Screamin' Green #85F85D

Tints of Screamin' Green #85F85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.32%

 BLUE value IS 93 (36.72% from 255) = 19.62%

R = 28.06%
G = 52.32%
B = 19.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#85F85D (or 0x85F85D) is known color: Screamin' Green. HEX triplet: 85, F8 and 5D. RGB value is (133,248,93). Sum of RGB (Red+Green+Blue) = 133+248+93=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #85F85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F85D is #7A07A2. Grayscale: #C4C4C4. Windows color (decimal): -7997347 or 6158469. OLE color: 6158469.

HSL color Cylindrical-coordinate representation of color #85F85D: hue angle of 104.52º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85F85D is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 248 93 -
CMYK 0.46 0 0.62 0.03
HSL 104.52º 0.92% 0.67% -
HSV(B) 104.52º 0.63% 0.97% -
XYZ 45.22 72.91 22.05 -
YUV 195.95 69.9 83.1 -
System Red Green Blue C M Y K H S L
Decimal 133 248 93 0.46 0 0.62 0.03 104.52 0.92 0.67
Hex 85 F8 5D 2E 0 3E 3 69 5C 43
Octal 205 370 135 56 0 76 3 151 134 103
Binary 10000101 11111000 1011101 101110 0 111110 11 1101001 1011100 1000011

Color Harmonies of #85F85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F85D

Black with #85F85D

Text Example


Text Example

White with #85F85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,248,93); }

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

background-color css

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

 a { background-color: rgb(133,248,93); }

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

border-color css

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

 span { border-color: rgb(133,248,93); }

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