Html Css Color HEX #5EBF42 Apple

📋 copy color: '#5EBF42'

red 94 ◦ green 191 ◦ blue 66

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

Shades of Apple #5EBF42

Tints of Apple #5EBF42

RGB

 RED value IS 94 (37.11% from 255) = 26.78%

 GREEN value IS 191 (75% from 255) = 54.42%

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 26.78%
G = 54.42%
B = 18.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#5EBF42 (or 0x5EBF42) is known color: Apple. HEX triplet: 5E, BF and 42. RGB value is (94,191,66). Sum of RGB (Red+Green+Blue) = 94+191+66=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF42 is #A140BD. Grayscale: #949494. Windows color (decimal): -10567870 or 4374366. OLE color: 4374366.

HSL color Cylindrical-coordinate representation of color #5EBF42: hue angle of 106.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5EBF42 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 191 66 -
CMYK 0.51 0 0.65 0.25
HSL 106.56º 0.49% 0.5% -
HSV(B) 106.56º 0.65% 0.75% -
XYZ 24.23 40.03 11.6 -
YUV 147.75 81.86 89.66 -
System Red Green Blue C M Y K H S L
Decimal 94 191 66 0.51 0 0.65 0.25 106.56 0.49 0.5
Hex 5E BF 42 33 0 41 19 6B 31 32
Octal 136 277 102 63 0 101 31 153 61 62
Binary 1011110 10111111 1000010 110011 0 1000001 11001 1101011 110001 110010

Color Harmonies of #5EBF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBF42

Black with #5EBF42

Text Example


Text Example

White with #5EBF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EBF42; }

 p { color: rgb(94,191,66); }

 H1.HeaderClassName
 {
   color: #5EBF42;
 }
 .AnyTagClassName
 {
   color: #5EBF42;
 }
</style>

background-color css

<style>
 a { background-color: #5EBF42; }

 a { background-color: rgb(94,191,66); }

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

border-color css

<style>
 span { border-color: #5EBF42; }

 span { border-color: rgb(94,191,66); }

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