Html Css Color HEX #69CA46 Apple

📋 copy color: '#69CA46'

red 105 ◦ green 202 ◦ blue 70

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

Shades of Apple #69CA46

Tints of Apple #69CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 27.85%
G = 53.58%
B = 18.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#69CA46 (or 0x69CA46) is known color: Apple. HEX triplet: 69, CA and 46. RGB value is (105,202,70). Sum of RGB (Red+Green+Blue) = 105+202+70=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CA46 is #9635B9. Grayscale: #9E9E9E. Windows color (decimal): -9844154 or 4639337. OLE color: 4639337.

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

Color convert

RGB 105 202 70 -
CMYK 0.48 0 0.65 0.21
HSL 104.09º 0.55% 0.53% -
HSV(B) 104.09º 0.65% 0.79% -
XYZ 28.05 45.69 13.13 -
YUV 157.95 78.36 90.23 -
System Red Green Blue C M Y K H S L
Decimal 105 202 70 0.48 0 0.65 0.21 104.09 0.55 0.53
Hex 69 CA 46 30 0 41 15 68 37 35
Octal 151 312 106 60 0 101 25 150 67 65
Binary 1101001 11001010 1000110 110000 0 1000001 10101 1101000 110111 110101

Color Harmonies of #69CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CA46

Black with #69CA46

Text Example


Text Example

White with #69CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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