Html Css Color HEX #69D841 Apple

📋 copy color: '#69D841'

red 105 ◦ green 216 ◦ blue 65

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

Shades of Apple #69D841

Tints of Apple #69D841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.96%

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

R = 27.2%
G = 55.96%
B = 16.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#69D841 (or 0x69D841) is known color: Apple. HEX triplet: 69, D8 and 41. RGB value is (105,216,65). Sum of RGB (Red+Green+Blue) = 105+216+65=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #69D841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D841 is #9627BE. Grayscale: #A6A6A6. Windows color (decimal): -9840575 or 4315241. OLE color: 4315241.

HSL color Cylindrical-coordinate representation of color #69D841: hue angle of 104.11º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69D841 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 216 65 -
CMYK 0.51 0 0.70 0.15
HSL 104.11º 0.66% 0.55% -
HSV(B) 104.11º 0.7% 0.85% -
XYZ 31.34 52.5 13.48 -
YUV 165.6 71.23 84.78 -
System Red Green Blue C M Y K H S L
Decimal 105 216 65 0.51 0 0.70 0.15 104.11 0.66 0.55
Hex 69 D8 41 33 0 46 F 68 42 37
Octal 151 330 101 63 0 106 17 150 102 67
Binary 1101001 11011000 1000001 110011 0 1000110 1111 1101000 1000010 110111

Color Harmonies of #69D841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D841

Black with #69D841

Text Example


Text Example

White with #69D841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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