Html Css Color HEX #69CC46 Apple

📋 copy color: '#69CC46'

red 105 ◦ green 204 ◦ blue 70

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

Shades of Apple #69CC46

Tints of Apple #69CC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.83%

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

R = 27.7%
G = 53.83%
B = 18.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#69CC46 (or 0x69CC46) is known color: Apple. HEX triplet: 69, CC and 46. RGB value is (105,204,70). Sum of RGB (Red+Green+Blue) = 105+204+70=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CC46 is #9633B9. Grayscale: #9F9F9F. Windows color (decimal): -9843642 or 4639849. OLE color: 4639849.

HSL color Cylindrical-coordinate representation of color #69CC46: hue angle of 104.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69CC46 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 204 70 -
CMYK 0.49 0 0.66 0.2
HSL 104.33º 0.57% 0.54% -
HSV(B) 104.33º 0.66% 0.8% -
XYZ 28.52 46.63 13.29 -
YUV 159.12 77.7 89.4 -
System Red Green Blue C M Y K H S L
Decimal 105 204 70 0.49 0 0.66 0.2 104.33 0.57 0.54
Hex 69 CC 46 31 0 42 14 68 39 36
Octal 151 314 106 61 0 102 24 150 71 66
Binary 1101001 11001100 1000110 110001 0 1000010 10100 1101000 111001 110110

Color Harmonies of #69CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CC46

Black with #69CC46

Text Example


Text Example

White with #69CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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