Html Css Color HEX #69BF4D Apple

📋 copy color: '#69BF4D'

red 105 ◦ green 191 ◦ blue 77

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

Shades of Apple #69BF4D

Tints of Apple #69BF4D

RGB

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

 GREEN value IS 191 (75% from 255) = 51.21%

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 28.15%
G = 51.21%
B = 20.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#69BF4D (or 0x69BF4D) is known color: Apple. HEX triplet: 69, BF and 4D. RGB value is (105,191,77). Sum of RGB (Red+Green+Blue) = 105+191+77=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF4D is #9640B2. Grayscale: #989898. Windows color (decimal): -9846963 or 5095273. OLE color: 5095273.

HSL color Cylindrical-coordinate representation of color #69BF4D: hue angle of 105.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69BF4D is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 191 77 -
CMYK 0.45 0 0.60 0.25
HSL 105.26º 0.47% 0.53% -
HSV(B) 105.26º 0.6% 0.75% -
XYZ 25.8 40.8 13.54 -
YUV 152.29 85.51 94.27 -
System Red Green Blue C M Y K H S L
Decimal 105 191 77 0.45 0 0.60 0.25 105.26 0.47 0.53
Hex 69 BF 4D 2D 0 3C 19 69 2F 35
Octal 151 277 115 55 0 74 31 151 57 65
Binary 1101001 10111111 1001101 101101 0 111100 11001 1101001 101111 110101

Color Harmonies of #69BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BF4D

Black with #69BF4D

Text Example


Text Example

White with #69BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,191,77); }

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

background-color css

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

 a { background-color: rgb(105,191,77); }

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

border-color css

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

 span { border-color: rgb(105,191,77); }

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