Html Css Color HEX #69BF41 Apple

📋 copy color: '#69BF41'

red 105 ◦ green 191 ◦ blue 65

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

Shades of Apple #69BF41

Tints of Apple #69BF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 29.09%
G = 52.91%
B = 18.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#69BF41 (or 0x69BF41) is known color: Apple. HEX triplet: 69, BF and 41. RGB value is (105,191,65). Sum of RGB (Red+Green+Blue) = 105+191+65=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BF41 is #9640BE. Grayscale: #979797. Windows color (decimal): -9846975 or 4308841. OLE color: 4308841.

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

Color convert

RGB 105 191 65 -
CMYK 0.45 0 0.66 0.25
HSL 100.95º 0.5% 0.5% -
HSV(B) 100.95º 0.66% 0.75% -
XYZ 25.41 40.65 11.51 -
YUV 150.92 79.51 95.25 -
System Red Green Blue C M Y K H S L
Decimal 105 191 65 0.45 0 0.66 0.25 100.95 0.5 0.5
Hex 69 BF 41 2D 0 42 19 65 32 32
Octal 151 277 101 55 0 102 31 145 62 62
Binary 1101001 10111111 1000001 101101 0 1000010 11001 1100101 110010 110010

Color Harmonies of #69BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BF41

Black with #69BF41

Text Example


Text Example

White with #69BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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