Html Css Color HEX #69CC53 Apple

📋 copy color: '#69CC53'

red 105 ◦ green 204 ◦ blue 83

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

Shades of Apple #69CC53

Tints of Apple #69CC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.17%

R = 26.79%
G = 52.04%
B = 21.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#69CC53 (or 0x69CC53) is known color: Apple. HEX triplet: 69, CC and 53. RGB value is (105,204,83). Sum of RGB (Red+Green+Blue) = 105+204+83=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CC53 is #9633AC. Grayscale: #A0A0A0. Windows color (decimal): -9843629 or 5491817. OLE color: 5491817.

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

Color convert

RGB 105 204 83 -
CMYK 0.49 0 0.59 0.2
HSL 109.09º 0.54% 0.56% -
HSV(B) 109.09º 0.59% 0.8% -
XYZ 28.98 46.81 15.69 -
YUV 160.61 84.2 88.34 -
System Red Green Blue C M Y K H S L
Decimal 105 204 83 0.49 0 0.59 0.2 109.09 0.54 0.56
Hex 69 CC 53 31 0 3B 14 6D 36 38
Octal 151 314 123 61 0 73 24 155 66 70
Binary 1101001 11001100 1010011 110001 0 111011 10100 1101101 110110 111000

Color Harmonies of #69CC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CC53

Black with #69CC53

Text Example


Text Example

White with #69CC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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