Html Css Color HEX #6BCC2D Apple

📋 copy color: '#6BCC2D'

red 107 ◦ green 204 ◦ blue 45

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

Shades of Apple #6BCC2D

Tints of Apple #6BCC2D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.3%

 BLUE value IS 45 (17.97% from 255) = 12.64%

R = 30.06%
G = 57.3%
B = 12.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#6BCC2D (or 0x6BCC2D) is known color: Apple. HEX triplet: 6B, CC and 2D. RGB value is (107,204,45). Sum of RGB (Red+Green+Blue) = 107+204+45=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCC2D is #9433D2. Grayscale: #9D9D9D. Windows color (decimal): -9712595 or 3001451. OLE color: 3001451.

HSL color Cylindrical-coordinate representation of color #6BCC2D: hue angle of 96.6º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6BCC2D is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 204 45 -
CMYK 0.48 0 0.78 0.2
HSL 96.6º 0.64% 0.49% -
HSV(B) 96.6º 0.78% 0.8% -
XYZ 28.13 46.5 9.98 -
YUV 156.87 64.86 92.43 -
System Red Green Blue C M Y K H S L
Decimal 107 204 45 0.48 0 0.78 0.2 96.6 0.64 0.49
Hex 6B CC 2D 30 0 4E 14 61 40 31
Octal 153 314 55 60 0 116 24 141 100 61
Binary 1101011 11001100 101101 110000 0 1001110 10100 1100001 1000000 110001

Color Harmonies of #6BCC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCC2D

Black with #6BCC2D

Text Example


Text Example

White with #6BCC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,204,45); }

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

background-color css

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

 a { background-color: rgb(107,204,45); }

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

border-color css

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

 span { border-color: rgb(107,204,45); }

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