Html Css Color HEX #5ACF35 Apple

📋 copy color: '#5ACF35'

red 90 ◦ green 207 ◦ blue 53

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

Shades of Apple #5ACF35

Tints of Apple #5ACF35

RGB

 RED value IS 90 (35.55% from 255) = 25.71%

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

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 25.71%
G = 59.14%
B = 15.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#5ACF35 (or 0x5ACF35) is known color: Apple. HEX triplet: 5A, CF and 35. RGB value is (90,207,53). Sum of RGB (Red+Green+Blue) = 90+207+53=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF35 is #A530CA. Grayscale: #9A9A9A. Windows color (decimal): -10825931 or 3526490. OLE color: 3526490.

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

Color convert

RGB 90 207 53 -
CMYK 0.57 0 0.74 0.19
HSL 105.58º 0.62% 0.51% -
HSV(B) 105.58º 0.74% 0.81% -
XYZ 27.17 47.06 11.02 -
YUV 154.46 70.74 82.02 -
System Red Green Blue C M Y K H S L
Decimal 90 207 53 0.57 0 0.74 0.19 105.58 0.62 0.51
Hex 5A CF 35 39 0 4A 13 6A 3E 33
Octal 132 317 65 71 0 112 23 152 76 63
Binary 1011010 11001111 110101 111001 0 1001010 10011 1101010 111110 110011

Color Harmonies of #5ACF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF35

Black with #5ACF35

Text Example


Text Example

White with #5ACF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,207,53); }

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

background-color css

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

 a { background-color: rgb(90,207,53); }

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

border-color css

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

 span { border-color: rgb(90,207,53); }

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