Html Css Color HEX #69BC43 Apple

📋 copy color: '#69BC43'

red 105 ◦ green 188 ◦ blue 67

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

Shades of Apple #69BC43

Tints of Apple #69BC43

RGB

 RED value IS 105 (41.41% from 255) = 29.17%

 GREEN value IS 188 (73.83% from 255) = 52.22%

 BLUE value IS 67 (26.56% from 255) = 18.61%

R = 29.17%
G = 52.22%
B = 18.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#69BC43 (or 0x69BC43) is known color: Apple. HEX triplet: 69, BC and 43. RGB value is (105,188,67). Sum of RGB (Red+Green+Blue) = 105+188+67=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BC43 is #9643BC. Grayscale: #959595. Windows color (decimal): -9847741 or 4439145. OLE color: 4439145.

HSL color Cylindrical-coordinate representation of color #69BC43: hue angle of 101.16º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69BC43 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 188 67 -
CMYK 0.44 0 0.64 0.26
HSL 101.16º 0.47% 0.5% -
HSV(B) 101.16º 0.64% 0.74% -
XYZ 24.82 39.37 11.6 -
YUV 149.39 81.5 96.34 -
System Red Green Blue C M Y K H S L
Decimal 105 188 67 0.44 0 0.64 0.26 101.16 0.47 0.5
Hex 69 BC 43 2C 0 40 1A 65 2F 32
Octal 151 274 103 54 0 100 32 145 57 62
Binary 1101001 10111100 1000011 101100 0 1000000 11010 1100101 101111 110010

Color Harmonies of #69BC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BC43

Black with #69BC43

Text Example


Text Example

White with #69BC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69BC43; }

 p { color: rgb(105,188,67); }

 H1.HeaderClassName
 {
   color: #69BC43;
 }
 .AnyTagClassName
 {
   color: #69BC43;
 }
</style>

background-color css

<style>
 a { background-color: #69BC43; }

 a { background-color: rgb(105,188,67); }

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

border-color css

<style>
 span { border-color: #69BC43; }

 span { border-color: rgb(105,188,67); }

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