Html Css Color HEX #6BCA2F Apple

📋 copy color: '#6BCA2F'

red 107 ◦ green 202 ◦ blue 47

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

Shades of Apple #6BCA2F

Tints of Apple #6BCA2F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.74%

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 30.06%
G = 56.74%
B = 13.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#6BCA2F (or 0x6BCA2F) is known color: Apple. HEX triplet: 6B, CA and 2F. RGB value is (107,202,47). Sum of RGB (Red+Green+Blue) = 107+202+47=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCA2F is #9435D0. Grayscale: #9C9C9C. Windows color (decimal): -9713105 or 3132011. OLE color: 3132011.

HSL color Cylindrical-coordinate representation of color #6BCA2F: hue angle of 96.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6BCA2F is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 202 47 -
CMYK 0.47 0 0.77 0.21
HSL 96.77º 0.62% 0.49% -
HSV(B) 96.77º 0.77% 0.79% -
XYZ 27.7 45.57 10.03 -
YUV 155.93 66.53 93.1 -
System Red Green Blue C M Y K H S L
Decimal 107 202 47 0.47 0 0.77 0.21 96.77 0.62 0.49
Hex 6B CA 2F 2F 0 4D 15 61 3E 31
Octal 153 312 57 57 0 115 25 141 76 61
Binary 1101011 11001010 101111 101111 0 1001101 10101 1100001 111110 110001

Color Harmonies of #6BCA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCA2F

Black with #6BCA2F

Text Example


Text Example

White with #6BCA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,202,47); }

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

background-color css

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

 a { background-color: rgb(107,202,47); }

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

border-color css

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

 span { border-color: rgb(107,202,47); }

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