Html Css Color HEX #58DB4B Apple

📋 copy color: '#58DB4B'

red 88 ◦ green 219 ◦ blue 75

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

Shades of Apple #58DB4B

Tints of Apple #58DB4B

RGB

 RED value IS 88 (34.77% from 255) = 23.04%

 GREEN value IS 219 (85.94% from 255) = 57.33%

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 23.04%
G = 57.33%
B = 19.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#58DB4B (or 0x58DB4B) is known color: Apple. HEX triplet: 58, DB and 4B. RGB value is (88,219,75). Sum of RGB (Red+Green+Blue) = 88+219+75=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DB4B is #A724B4. Grayscale: #A3A3A3. Windows color (decimal): -10953909 or 4971352. OLE color: 4971352.

HSL color Cylindrical-coordinate representation of color #58DB4B: hue angle of 114.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58DB4B is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 219 75 -
CMYK 0.60 0 0.66 0.14
HSL 114.58º 0.67% 0.58% -
HSV(B) 114.58º 0.66% 0.86% -
XYZ 30.63 53.25 15.32 -
YUV 163.42 78.1 74.21 -
System Red Green Blue C M Y K H S L
Decimal 88 219 75 0.60 0 0.66 0.14 114.58 0.67 0.58
Hex 58 DB 4B 3C 0 42 E 73 43 3A
Octal 130 333 113 74 0 102 16 163 103 72
Binary 1011000 11011011 1001011 111100 0 1000010 1110 1110011 1000011 111010

Color Harmonies of #58DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DB4B

Black with #58DB4B

Text Example


Text Example

White with #58DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58DB4B; }

 p { color: rgb(88,219,75); }

 H1.HeaderClassName
 {
   color: #58DB4B;
 }
 .AnyTagClassName
 {
   color: #58DB4B;
 }
</style>

background-color css

<style>
 a { background-color: #58DB4B; }

 a { background-color: rgb(88,219,75); }

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

border-color css

<style>
 span { border-color: #58DB4B; }

 span { border-color: rgb(88,219,75); }

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