#85F335

Color #85F335 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #85F335

Tints of Green Yellow #85F335

Color information

#85F335 (or 0x85F335) is unknown color: approx Green Yellow. HEX triplet: 85, F3 and 35. RGB value is (133,243,53). Sum of RGB (Red+Green+Blue) = 133+243+53=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #85F335 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F335 is #7A0CCA. Grayscale: #BDBDBD. Windows color (decimal): -7998667 or 3535749. OLE color: 3535749.

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

Color convert

RGB13324353-
CMYK0.4500.780.05
HSL94.74º88.79%58.04%-
HSV(B)94.74º78.19%95.29%-
XYZ42.3769.3414.52-
YUV188.4551.5688.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 243 (95.31% from 255) = 56.64%
BLUE value IS 53 (21.09% from 255) = 12.35%
R=31.00%
G=56.64%
B=12.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133243530.4500.780.0594.7488.7958.04
Hex85F3352D04E55f593a
Octal20536365550116513713172
Binary10000101111100111101011011010100111010110111111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85F335;
 }
 .AnyTagClassName
 {
   color: #85F335;
 }
</style>
background-color css

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

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

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

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

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

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