Html Css Color HEX #6BD530 Apple

📋 copy color: '#6BD530'

red 107 ◦ green 213 ◦ blue 48

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

Shades of Apple #6BD530

Tints of Apple #6BD530

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.88%

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

R = 29.08%
G = 57.88%
B = 13.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#6BD530 (or 0x6BD530) is known color: Apple. HEX triplet: 6B, D5 and 30. RGB value is (107,213,48). Sum of RGB (Red+Green+Blue) = 107+213+48=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD530 is #942ACF. Grayscale: #A3A3A3. Windows color (decimal): -9710288 or 3200363. OLE color: 3200363.

HSL color Cylindrical-coordinate representation of color #6BD530: hue angle of 98.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6BD530 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 213 48 -
CMYK 0.50 0 0.77 0.16
HSL 98.55º 0.66% 0.51% -
HSV(B) 98.55º 0.77% 0.84% -
XYZ 30.39 50.93 11.02 -
YUV 162.5 63.38 88.42 -
System Red Green Blue C M Y K H S L
Decimal 107 213 48 0.50 0 0.77 0.16 98.55 0.66 0.51
Hex 6B D5 30 32 0 4D 10 63 42 33
Octal 153 325 60 62 0 115 20 143 102 63
Binary 1101011 11010101 110000 110010 0 1001101 10000 1100011 1000010 110011

Color Harmonies of #6BD530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD530

Black with #6BD530

Text Example


Text Example

White with #6BD530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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