Html Css Color HEX #6BD14B Apple

📋 copy color: '#6BD14B'

red 107 ◦ green 209 ◦ blue 75

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

Shades of Apple #6BD14B

Tints of Apple #6BD14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.45%

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 27.37%
G = 53.45%
B = 19.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#6BD14B (or 0x6BD14B) is known color: Apple. HEX triplet: 6B, D1 and 4B. RGB value is (107,209,75). Sum of RGB (Red+Green+Blue) = 107+209+75=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD14B is #942EB4. Grayscale: #A3A3A3. Windows color (decimal): -9711285 or 4968811. OLE color: 4968811.

HSL color Cylindrical-coordinate representation of color #6BD14B: hue angle of 105.67º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6BD14B is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 209 75 -
CMYK 0.49 0 0.64 0.18
HSL 105.67º 0.59% 0.56% -
HSV(B) 105.67º 0.64% 0.82% -
XYZ 30.13 49.23 14.57 -
YUV 163.23 78.21 87.9 -
System Red Green Blue C M Y K H S L
Decimal 107 209 75 0.49 0 0.64 0.18 105.67 0.59 0.56
Hex 6B D1 4B 31 0 40 12 6A 3B 38
Octal 153 321 113 61 0 100 22 152 73 70
Binary 1101011 11010001 1001011 110001 0 1000000 10010 1101010 111011 111000

Color Harmonies of #6BD14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD14B

Black with #6BD14B

Text Example


Text Example

White with #6BD14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,209,75); }

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

background-color css

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

 a { background-color: rgb(107,209,75); }

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

border-color css

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

 span { border-color: rgb(107,209,75); }

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