Html Css Color HEX #85FF38 Green Yellow

📋 copy color: '#85FF38'

red 133 ◦ green 255 ◦ blue 56

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

Shades of Green Yellow #85FF38

Tints of Green Yellow #85FF38

RGB

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

 GREEN value IS 255 (100% from 255) = 57.43%

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

R = 29.95%
G = 57.43%
B = 12.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#85FF38 (or 0x85FF38) is known color: Green Yellow. HEX triplet: 85, FF and 38. RGB value is (133,255,56). Sum of RGB (Red+Green+Blue) = 133+255+56=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF38 is #7A00C7. Grayscale: #C4C4C4. Windows color (decimal): -7995592 or 3735429. OLE color: 3735429.

HSL color Cylindrical-coordinate representation of color #85FF38: hue angle of 96.78º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85FF38 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 56 -
CMYK 0.48 0 0.78 0
HSL 96.78º 1% 0.61% -
HSV(B) 96.78º 0.78% 1% -
XYZ 46.15 76.79 16.13 -
YUV 195.84 49.08 83.18 -
System Red Green Blue C M Y K H S L
Decimal 133 255 56 0.48 0 0.78 0 96.78 1 0.61
Hex 85 FF 38 30 0 4E 0 61 64 3D
Octal 205 377 70 60 0 116 0 141 144 75
Binary 10000101 11111111 111000 110000 0 1001110 0 1100001 1100100 111101

Color Harmonies of #85FF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF38

Black with #85FF38

Text Example


Text Example

White with #85FF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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