Html Css Color HEX #69CA40 Apple

📋 copy color: '#69CA40'

red 105 ◦ green 202 ◦ blue 64

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

Shades of Apple #69CA40

Tints of Apple #69CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.45%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 28.3%
G = 54.45%
B = 17.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#69CA40 (or 0x69CA40) is known color: Apple. HEX triplet: 69, CA and 40. RGB value is (105,202,64). Sum of RGB (Red+Green+Blue) = 105+202+64=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CA40 is #9635BF. Grayscale: #9D9D9D. Windows color (decimal): -9844160 or 4246121. OLE color: 4246121.

HSL color Cylindrical-coordinate representation of color #69CA40: hue angle of 102.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69CA40 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 202 64 -
CMYK 0.48 0 0.68 0.21
HSL 102.17º 0.57% 0.52% -
HSV(B) 102.17º 0.68% 0.79% -
XYZ 27.87 45.61 12.19 -
YUV 157.27 75.36 90.72 -
System Red Green Blue C M Y K H S L
Decimal 105 202 64 0.48 0 0.68 0.21 102.17 0.57 0.52
Hex 69 CA 40 30 0 44 15 66 39 34
Octal 151 312 100 60 0 104 25 146 71 64
Binary 1101001 11001010 1000000 110000 0 1000100 10101 1100110 111001 110100

Color Harmonies of #69CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CA40

Black with #69CA40

Text Example


Text Example

White with #69CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,202,64); }

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

background-color css

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

 a { background-color: rgb(105,202,64); }

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

border-color css

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

 span { border-color: rgb(105,202,64); }

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