Html Css Color HEX #69C33F Apple

📋 copy color: '#69C33F'

red 105 ◦ green 195 ◦ blue 63

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

Shades of Apple #69C33F

Tints of Apple #69C33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.72%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 28.93%
G = 53.72%
B = 17.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#69C33F (or 0x69C33F) is known color: Apple. HEX triplet: 69, C3 and 3F. RGB value is (105,195,63). Sum of RGB (Red+Green+Blue) = 105+195+63=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #69C33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C33F is #963CC0. Grayscale: #999999. Windows color (decimal): -9845953 or 4178793. OLE color: 4178793.

HSL color Cylindrical-coordinate representation of color #69C33F: hue angle of 100.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69C33F is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 195 63 -
CMYK 0.46 0 0.68 0.24
HSL 100.91º 0.52% 0.51% -
HSV(B) 100.91º 0.68% 0.76% -
XYZ 26.24 42.39 11.5 -
YUV 153.04 77.18 93.73 -
System Red Green Blue C M Y K H S L
Decimal 105 195 63 0.46 0 0.68 0.24 100.91 0.52 0.51
Hex 69 C3 3F 2E 0 44 18 65 34 33
Octal 151 303 77 56 0 104 30 145 64 63
Binary 1101001 11000011 111111 101110 0 1000100 11000 1100101 110100 110011

Color Harmonies of #69C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C33F

Black with #69C33F

Text Example


Text Example

White with #69C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,195,63); }

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

background-color css

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

 a { background-color: rgb(105,195,63); }

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

border-color css

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

 span { border-color: rgb(105,195,63); }

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