Html Css Color HEX #85F967 Screamin' Green

📋 copy color: '#85F967'

red 133 ◦ green 249 ◦ blue 103

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

Shades of Screamin' Green #85F967

Tints of Screamin' Green #85F967

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.34%

 BLUE value IS 103 (40.63% from 255) = 21.24%

R = 27.42%
G = 51.34%
B = 21.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#85F967 (or 0x85F967) is known color: Screamin' Green. HEX triplet: 85, F9 and 67. RGB value is (133,249,103). Sum of RGB (Red+Green+Blue) = 133+249+103=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #85F967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F967 is #7A0698. Grayscale: #C6C6C6. Windows color (decimal): -7997081 or 6814085. OLE color: 6814085.

HSL color Cylindrical-coordinate representation of color #85F967: hue angle of 107.67º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85F967 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 249 103 -
CMYK 0.47 0 0.59 0.02
HSL 107.67º 0.92% 0.69% -
HSV(B) 107.67º 0.59% 0.98% -
XYZ 46 73.72 24.64 -
YUV 197.67 74.57 81.87 -
System Red Green Blue C M Y K H S L
Decimal 133 249 103 0.47 0 0.59 0.02 107.67 0.92 0.69
Hex 85 F9 67 2F 0 3B 2 6C 5C 45
Octal 205 371 147 57 0 73 2 154 134 105
Binary 10000101 11111001 1100111 101111 0 111011 10 1101100 1011100 1000101

Color Harmonies of #85F967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F967

Black with #85F967

Text Example


Text Example

White with #85F967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,249,103); }

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

background-color css

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

 a { background-color: rgb(133,249,103); }

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

border-color css

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

 span { border-color: rgb(133,249,103); }

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