Html Css Color HEX #85CA38 Yellow Green

📋 copy color: '#85CA38'

red 133 ◦ green 202 ◦ blue 56

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

Shades of Yellow Green #85CA38

Tints of Yellow Green #85CA38

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.66%

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

R = 34.02%
G = 51.66%
B = 14.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#85CA38 (or 0x85CA38) is known color: Yellow Green. HEX triplet: 85, CA and 38. RGB value is (133,202,56). Sum of RGB (Red+Green+Blue) = 133+202+56=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA38 is #7A35C7. Grayscale: #A5A5A5. Windows color (decimal): -8009160 or 3721861. OLE color: 3721861.

HSL color Cylindrical-coordinate representation of color #85CA38: hue angle of 88.36º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85CA38 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 56 -
CMYK 0.34 0 0.72 0.21
HSL 88.36º 0.58% 0.51% -
HSV(B) 88.36º 0.72% 0.79% -
XYZ 31.51 47.51 11.25 -
YUV 164.73 66.64 105.37 -
System Red Green Blue C M Y K H S L
Decimal 133 202 56 0.34 0 0.72 0.21 88.36 0.58 0.51
Hex 85 CA 38 22 0 48 15 58 3A 33
Octal 205 312 70 42 0 110 25 130 72 63
Binary 10000101 11001010 111000 100010 0 1001000 10101 1011000 111010 110011

Color Harmonies of #85CA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA38

Black with #85CA38

Text Example


Text Example

White with #85CA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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