Html Css Color HEX #6BD531 Apple

📋 copy color: '#6BD531'

red 107 ◦ green 213 ◦ blue 49

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

Shades of Apple #6BD531

Tints of Apple #6BD531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.28%

R = 29%
G = 57.72%
B = 13.28%

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

#6BD531 (or 0x6BD531) is known color: Apple. HEX triplet: 6B, D5 and 31. RGB value is (107,213,49). Sum of RGB (Red+Green+Blue) = 107+213+49=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD531 is #942ACE. Grayscale: #A3A3A3. Windows color (decimal): -9710287 or 3265899. OLE color: 3265899.

HSL color Cylindrical-coordinate representation of color #6BD531: hue angle of 98.78º 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 #6BD531 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 213 49 -
CMYK 0.50 0 0.77 0.16
HSL 98.78º 0.66% 0.51% -
HSV(B) 98.78º 0.77% 0.84% -
XYZ 30.41 50.94 11.13 -
YUV 162.61 63.88 88.34 -
System Red Green Blue C M Y K H S L
Decimal 107 213 49 0.50 0 0.77 0.16 98.78 0.66 0.51
Hex 6B D5 31 32 0 4D 10 63 42 33
Octal 153 325 61 62 0 115 20 143 102 63
Binary 1101011 11010101 110001 110010 0 1001101 10000 1100011 1000010 110011

Color Harmonies of #6BD531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD531

Black with #6BD531

Text Example


Text Example

White with #6BD531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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