Html Css Color HEX #5BCF3F Apple

📋 copy color: '#5BCF3F'

red 91 ◦ green 207 ◦ blue 63

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

Shades of Apple #5BCF3F

Tints of Apple #5BCF3F

RGB

 RED value IS 91 (35.94% from 255) = 25.21%

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

 BLUE value IS 63 (25% from 255) = 17.45%

R = 25.21%
G = 57.34%
B = 17.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#5BCF3F (or 0x5BCF3F) is known color: Apple. HEX triplet: 5B, CF and 3F. RGB value is (91,207,63). Sum of RGB (Red+Green+Blue) = 91+207+63=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCF3F is #A430C0. Grayscale: #9C9C9C. Windows color (decimal): -10760385 or 4181851. OLE color: 4181851.

HSL color Cylindrical-coordinate representation of color #5BCF3F: hue angle of 108.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BCF3F is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 207 63 -
CMYK 0.56 0 0.70 0.19
HSL 108.33º 0.6% 0.53% -
HSV(B) 108.33º 0.7% 0.81% -
XYZ 27.52 47.21 12.36 -
YUV 155.9 75.57 81.71 -
System Red Green Blue C M Y K H S L
Decimal 91 207 63 0.56 0 0.70 0.19 108.33 0.6 0.53
Hex 5B CF 3F 38 0 46 13 6C 3C 35
Octal 133 317 77 70 0 106 23 154 74 65
Binary 1011011 11001111 111111 111000 0 1000110 10011 1101100 111100 110101

Color Harmonies of #5BCF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCF3F

Black with #5BCF3F

Text Example


Text Example

White with #5BCF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,207,63); }

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

background-color css

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

 a { background-color: rgb(91,207,63); }

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

border-color css

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

 span { border-color: rgb(91,207,63); }

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