Html Css Color HEX #5DBF3D Apple

📋 copy color: '#5DBF3D'

red 93 ◦ green 191 ◦ blue 61

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

Shades of Apple #5DBF3D

Tints of Apple #5DBF3D

RGB

 RED value IS 93 (36.72% from 255) = 26.96%

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

 BLUE value IS 61 (24.22% from 255) = 17.68%

R = 26.96%
G = 55.36%
B = 17.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#5DBF3D (or 0x5DBF3D) is known color: Apple. HEX triplet: 5D, BF and 3D. RGB value is (93,191,61). Sum of RGB (Red+Green+Blue) = 93+191+61=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBF3D is #A240C2. Grayscale: #939393. Windows color (decimal): -10633411 or 4046685. OLE color: 4046685.

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

Color convert

RGB 93 191 61 -
CMYK 0.51 0 0.68 0.25
HSL 105.23º 0.52% 0.49% -
HSV(B) 105.23º 0.68% 0.75% -
XYZ 23.99 39.93 10.86 -
YUV 146.88 79.53 89.57 -
System Red Green Blue C M Y K H S L
Decimal 93 191 61 0.51 0 0.68 0.25 105.23 0.52 0.49
Hex 5D BF 3D 33 0 44 19 69 34 31
Octal 135 277 75 63 0 104 31 151 64 61
Binary 1011101 10111111 111101 110011 0 1000100 11001 1101001 110100 110001

Color Harmonies of #5DBF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF3D

Black with #5DBF3D

Text Example


Text Example

White with #5DBF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,191,61); }

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

background-color css

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

 a { background-color: rgb(93,191,61); }

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

border-color css

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

 span { border-color: rgb(93,191,61); }

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