Html Css Color HEX #69E141 Apple

📋 copy color: '#69E141'

red 105 ◦ green 225 ◦ blue 65

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

Shades of Apple #69E141

Tints of Apple #69E141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.96%

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

R = 26.58%
G = 56.96%
B = 16.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#69E141 (or 0x69E141) is known color: Apple. HEX triplet: 69, E1 and 41. RGB value is (105,225,65). Sum of RGB (Red+Green+Blue) = 105+225+65=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #69E141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E141 is #961EBE. Grayscale: #ABABAB. Windows color (decimal): -9838271 or 4317545. OLE color: 4317545.

HSL color Cylindrical-coordinate representation of color #69E141: hue angle of 105º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69E141 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 225 65 -
CMYK 0.53 0 0.71 0.12
HSL 105º 0.73% 0.57% -
HSV(B) 105º 0.71% 0.88% -
XYZ 33.71 57.24 14.27 -
YUV 170.88 68.24 81.01 -
System Red Green Blue C M Y K H S L
Decimal 105 225 65 0.53 0 0.71 0.12 105 0.73 0.57
Hex 69 E1 41 35 0 47 C 69 49 39
Octal 151 341 101 65 0 107 14 151 111 71
Binary 1101001 11100001 1000001 110101 0 1000111 1100 1101001 1001001 111001

Color Harmonies of #69E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E141

Black with #69E141

Text Example


Text Example

White with #69E141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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