Html Css Color HEX #69DF41 Apple

📋 copy color: '#69DF41'

red 105 ◦ green 223 ◦ blue 65

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

Shades of Apple #69DF41

Tints of Apple #69DF41

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.74%

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

R = 26.72%
G = 56.74%
B = 16.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#69DF41 (or 0x69DF41) is known color: Apple. HEX triplet: 69, DF and 41. RGB value is (105,223,65). Sum of RGB (Red+Green+Blue) = 105+223+65=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DF41 is #9620BE. Grayscale: #AAAAAA. Windows color (decimal): -9838783 or 4317033. OLE color: 4317033.

HSL color Cylindrical-coordinate representation of color #69DF41: hue angle of 104.81º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69DF41 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 223 65 -
CMYK 0.53 0 0.71 0.13
HSL 104.81º 0.71% 0.56% -
HSV(B) 104.81º 0.71% 0.87% -
XYZ 33.17 56.16 14.09 -
YUV 169.71 68.91 81.85 -
System Red Green Blue C M Y K H S L
Decimal 105 223 65 0.53 0 0.71 0.13 104.81 0.71 0.56
Hex 69 DF 41 35 0 47 D 69 47 38
Octal 151 337 101 65 0 107 15 151 107 70
Binary 1101001 11011111 1000001 110101 0 1000111 1101 1101001 1000111 111000

Color Harmonies of #69DF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DF41

Black with #69DF41

Text Example


Text Example

White with #69DF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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