Html Css Color HEX #85F234 Green Yellow

📋 copy color: '#85F234'

red 133 ◦ green 242 ◦ blue 52

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

Shades of Green Yellow #85F234

Tints of Green Yellow #85F234

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.67%

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

R = 31.15%
G = 56.67%
B = 12.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#85F234 (or 0x85F234) is known color: Green Yellow. HEX triplet: 85, F2 and 34. RGB value is (133,242,52). Sum of RGB (Red+Green+Blue) = 133+242+52=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 242 (94.92% from 255 or 56.67% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 242 - color contains mainly: green. Hex color #85F234 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F234 is #7A0DCB. Grayscale: #BCBCBC. Windows color (decimal): -7998924 or 3469957. OLE color: 3469957.

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

Color convert

RGB 133 242 52 -
CMYK 0.45 0 0.79 0.05
HSL 94.42º 0.88% 0.58% -
HSV(B) 94.42º 0.79% 0.95% -
XYZ 42.04 68.74 14.3 -
YUV 187.75 51.39 88.95 -
System Red Green Blue C M Y K H S L
Decimal 133 242 52 0.45 0 0.79 0.05 94.42 0.88 0.58
Hex 85 F2 34 2D 0 4F 5 5E 58 3A
Octal 205 362 64 55 0 117 5 136 130 72
Binary 10000101 11110010 110100 101101 0 1001111 101 1011110 1011000 111010

Color Harmonies of #85F234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F234

Black with #85F234

Text Example


Text Example

White with #85F234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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