Html Css Color HEX #6FD032 Apple

📋 copy color: '#6FD032'

red 111 ◦ green 208 ◦ blue 50

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

Shades of Apple #6FD032

Tints of Apple #6FD032

RGB

 RED value IS 111 (43.75% from 255) = 30.08%

 GREEN value IS 208 (81.64% from 255) = 56.37%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 30.08%
G = 56.37%
B = 13.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#6FD032 (or 0x6FD032) is known color: Apple. HEX triplet: 6F, D0 and 32. RGB value is (111,208,50). Sum of RGB (Red+Green+Blue) = 111+208+50=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD032 is #902FCD. Grayscale: #A1A1A1. Windows color (decimal): -9449422 or 3330159. OLE color: 3330159.

HSL color Cylindrical-coordinate representation of color #6FD032: hue angle of 96.84º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FD032 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 208 50 -
CMYK 0.47 0 0.76 0.18
HSL 96.84º 0.63% 0.51% -
HSV(B) 96.84º 0.76% 0.82% -
XYZ 29.69 48.72 10.86 -
YUV 160.99 65.36 92.35 -
System Red Green Blue C M Y K H S L
Decimal 111 208 50 0.47 0 0.76 0.18 96.84 0.63 0.51
Hex 6F D0 32 2F 0 4C 12 61 3F 33
Octal 157 320 62 57 0 114 22 141 77 63
Binary 1101111 11010000 110010 101111 0 1001100 10010 1100001 111111 110011

Color Harmonies of #6FD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD032

Black with #6FD032

Text Example


Text Example

White with #6FD032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FD032; }

 p { color: rgb(111,208,50); }

 H1.HeaderClassName
 {
   color: #6FD032;
 }
 .AnyTagClassName
 {
   color: #6FD032;
 }
</style>

background-color css

<style>
 a { background-color: #6FD032; }

 a { background-color: rgb(111,208,50); }

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

border-color css

<style>
 span { border-color: #6FD032; }

 span { border-color: rgb(111,208,50); }

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