Html Css Color HEX #6FB250 Apple

📋 copy color: '#6FB250'

red 111 ◦ green 178 ◦ blue 80

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

Shades of Apple #6FB250

Tints of Apple #6FB250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.24%

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 30.08%
G = 48.24%
B = 21.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#6FB250 (or 0x6FB250) is known color: Apple. HEX triplet: 6F, B2 and 50. RGB value is (111,178,80). Sum of RGB (Red+Green+Blue) = 111+178+80=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB250 is #904DAF. Grayscale: #939393. Windows color (decimal): -9457072 or 5288559. OLE color: 5288559.

HSL color Cylindrical-coordinate representation of color #6FB250: hue angle of 101.02º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FB250 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 178 80 -
CMYK 0.38 0 0.55 0.30
HSL 101.02º 0.39% 0.51% -
HSV(B) 101.02º 0.55% 0.7% -
XYZ 23.92 35.8 13.24 -
YUV 146.8 90.3 102.47 -
System Red Green Blue C M Y K H S L
Decimal 111 178 80 0.38 0 0.55 0.30 101.02 0.39 0.51
Hex 6F B2 50 26 0 37 1E 65 27 33
Octal 157 262 120 46 0 67 36 145 47 63
Binary 1101111 10110010 1010000 100110 0 110111 11110 1100101 100111 110011

Color Harmonies of #6FB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB250

Black with #6FB250

Text Example


Text Example

White with #6FB250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,178,80); }

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

background-color css

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

 a { background-color: rgb(111,178,80); }

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

border-color css

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

 span { border-color: rgb(111,178,80); }

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