Html Css Color HEX #85F338 Green Yellow

📋 copy color: '#85F338'

red 133 ◦ green 243 ◦ blue 56

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

Shades of Green Yellow #85F338

Tints of Green Yellow #85F338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.96%

R = 30.79%
G = 56.25%
B = 12.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#85F338 (or 0x85F338) is known color: Green Yellow. HEX triplet: 85, F3 and 38. RGB value is (133,243,56). Sum of RGB (Red+Green+Blue) = 133+243+56=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #85F338 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F338 is #7A0CC7. Grayscale: #BDBDBD. Windows color (decimal): -7998664 or 3732357. OLE color: 3732357.

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

Color convert

RGB 133 243 56 -
CMYK 0.45 0 0.77 0.05
HSL 95.29º 0.89% 0.59% -
HSV(B) 95.29º 0.77% 0.95% -
XYZ 42.44 69.37 14.9 -
YUV 188.79 53.06 88.21 -
System Red Green Blue C M Y K H S L
Decimal 133 243 56 0.45 0 0.77 0.05 95.29 0.89 0.59
Hex 85 F3 38 2D 0 4D 5 5F 59 3B
Octal 205 363 70 55 0 115 5 137 131 73
Binary 10000101 11110011 111000 101101 0 1001101 101 1011111 1011001 111011

Color Harmonies of #85F338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F338

Black with #85F338

Text Example


Text Example

White with #85F338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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