Html Css Color HEX #6FC330 Apple

📋 copy color: '#6FC330'

red 111 ◦ green 195 ◦ blue 48

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

Shades of Apple #6FC330

Tints of Apple #6FC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.08%

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

R = 31.36%
G = 55.08%
B = 13.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#6FC330 (or 0x6FC330) is known color: Apple. HEX triplet: 6F, C3 and 30. RGB value is (111,195,48). Sum of RGB (Red+Green+Blue) = 111+195+48=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC330 is #903CCF. Grayscale: #999999. Windows color (decimal): -9452752 or 3195759. OLE color: 3195759.

HSL color Cylindrical-coordinate representation of color #6FC330: hue angle of 94.29º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6FC330 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 195 48 -
CMYK 0.43 0 0.75 0.24
HSL 94.29º 0.6% 0.48% -
HSV(B) 94.29º 0.75% 0.76% -
XYZ 26.6 42.62 9.62 -
YUV 153.13 68.67 97.95 -
System Red Green Blue C M Y K H S L
Decimal 111 195 48 0.43 0 0.75 0.24 94.29 0.6 0.48
Hex 6F C3 30 2B 0 4B 18 5E 3C 30
Octal 157 303 60 53 0 113 30 136 74 60
Binary 1101111 11000011 110000 101011 0 1001011 11000 1011110 111100 110000

Color Harmonies of #6FC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC330

Black with #6FC330

Text Example


Text Example

White with #6FC330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,195,48); }

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

background-color css

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

 a { background-color: rgb(111,195,48); }

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

border-color css

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

 span { border-color: rgb(111,195,48); }

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