Html Css Color HEX #69CA4D Apple

📋 copy color: '#69CA4D'

red 105 ◦ green 202 ◦ blue 77

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

Shades of Apple #69CA4D

Tints of Apple #69CA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 27.34%
G = 52.6%
B = 20.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#69CA4D (or 0x69CA4D) is known color: Apple. HEX triplet: 69, CA and 4D. RGB value is (105,202,77). Sum of RGB (Red+Green+Blue) = 105+202+77=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA4D is #9635B2. Grayscale: #9F9F9F. Windows color (decimal): -9844147 or 5098089. OLE color: 5098089.

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

Color convert

RGB 105 202 77 -
CMYK 0.48 0 0.62 0.21
HSL 106.56º 0.54% 0.55% -
HSV(B) 106.56º 0.62% 0.79% -
XYZ 28.29 45.78 14.37 -
YUV 158.75 81.86 89.66 -
System Red Green Blue C M Y K H S L
Decimal 105 202 77 0.48 0 0.62 0.21 106.56 0.54 0.55
Hex 69 CA 4D 30 0 3E 15 6B 36 37
Octal 151 312 115 60 0 76 25 153 66 67
Binary 1101001 11001010 1001101 110000 0 111110 10101 1101011 110110 110111

Color Harmonies of #69CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CA4D

Black with #69CA4D

Text Example


Text Example

White with #69CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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