Html Css Color HEX #6BC030 Apple

📋 copy color: '#6BC030'

red 107 ◦ green 192 ◦ blue 48

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

Shades of Apple #6BC030

Tints of Apple #6BC030

RGB

 RED value IS 107 (42.19% from 255) = 30.84%

 GREEN value IS 192 (75.39% from 255) = 55.33%

 BLUE value IS 48 (19.14% from 255) = 13.83%

R = 30.84%
G = 55.33%
B = 13.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#6BC030 (or 0x6BC030) is known color: Apple. HEX triplet: 6B, C0 and 30. RGB value is (107,192,48). Sum of RGB (Red+Green+Blue) = 107+192+48=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC030 is #943FCF. Grayscale: #969696. Windows color (decimal): -9715664 or 3194987. OLE color: 3194987.

HSL color Cylindrical-coordinate representation of color #6BC030: hue angle of 95.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6BC030 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 192 48 -
CMYK 0.44 0 0.75 0.25
HSL 95.42º 0.6% 0.47% -
HSV(B) 95.42º 0.75% 0.75% -
XYZ 25.45 41.04 9.38 -
YUV 150.17 70.34 97.21 -
System Red Green Blue C M Y K H S L
Decimal 107 192 48 0.44 0 0.75 0.25 95.42 0.6 0.47
Hex 6B C0 30 2C 0 4B 19 5F 3C 2F
Octal 153 300 60 54 0 113 31 137 74 57
Binary 1101011 11000000 110000 101100 0 1001011 11001 1011111 111100 101111

Color Harmonies of #6BC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC030

Black with #6BC030

Text Example


Text Example

White with #6BC030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,192,48); }

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

background-color css

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

 a { background-color: rgb(107,192,48); }

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

border-color css

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

 span { border-color: rgb(107,192,48); }

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