Html Css Color HEX #85CF34 Yellow Green

📋 copy color: '#85CF34'

red 133 ◦ green 207 ◦ blue 52

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

Shades of Yellow Green #85CF34

Tints of Yellow Green #85CF34

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.81%

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 33.93%
G = 52.81%
B = 13.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#85CF34 (or 0x85CF34) is known color: Yellow Green. HEX triplet: 85, CF and 34. RGB value is (133,207,52). Sum of RGB (Red+Green+Blue) = 133+207+52=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF34 is #7A30CB. Grayscale: #A7A7A7. Windows color (decimal): -8007884 or 3460997. OLE color: 3460997.

HSL color Cylindrical-coordinate representation of color #85CF34: hue angle of 88.65º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85CF34 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 52 -
CMYK 0.36 0 0.75 0.19
HSL 88.65º 0.62% 0.51% -
HSV(B) 88.65º 0.75% 0.81% -
XYZ 32.61 49.86 11.15 -
YUV 167.2 62.98 103.6 -
System Red Green Blue C M Y K H S L
Decimal 133 207 52 0.36 0 0.75 0.19 88.65 0.62 0.51
Hex 85 CF 34 24 0 4B 13 59 3E 33
Octal 205 317 64 44 0 113 23 131 76 63
Binary 10000101 11001111 110100 100100 0 1001011 10011 1011001 111110 110011

Color Harmonies of #85CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF34

Black with #85CF34

Text Example


Text Example

White with #85CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,207,52); }

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

background-color css

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

 a { background-color: rgb(133,207,52); }

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

border-color css

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

 span { border-color: rgb(133,207,52); }

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