Html Css Color HEX #69CA32 Apple

📋 copy color: '#69CA32'

red 105 ◦ green 202 ◦ blue 50

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

Shades of Apple #69CA32

Tints of Apple #69CA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 29.41%
G = 56.58%
B = 14.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#69CA32 (or 0x69CA32) is known color: Apple. HEX triplet: 69, CA and 32. RGB value is (105,202,50). Sum of RGB (Red+Green+Blue) = 105+202+50=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CA32 is #9635CD. Grayscale: #9C9C9C. Windows color (decimal): -9844174 or 3328617. OLE color: 3328617.

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

Color convert

RGB 105 202 50 -
CMYK 0.48 0 0.75 0.21
HSL 98.29º 0.6% 0.49% -
HSV(B) 98.29º 0.75% 0.79% -
XYZ 27.52 45.47 10.34 -
YUV 155.67 68.36 91.86 -
System Red Green Blue C M Y K H S L
Decimal 105 202 50 0.48 0 0.75 0.21 98.29 0.6 0.49
Hex 69 CA 32 30 0 4B 15 62 3C 31
Octal 151 312 62 60 0 113 25 142 74 61
Binary 1101001 11001010 110010 110000 0 1001011 10101 1100010 111100 110001

Color Harmonies of #69CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CA32

Black with #69CA32

Text Example


Text Example

White with #69CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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