Html Css Color HEX #69C93F Apple

📋 copy color: '#69C93F'

red 105 ◦ green 201 ◦ blue 63

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

Shades of Apple #69C93F

Tints of Apple #69C93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.47%

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

R = 28.46%
G = 54.47%
B = 17.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#69C93F (or 0x69C93F) is known color: Apple. HEX triplet: 69, C9 and 3F. RGB value is (105,201,63). Sum of RGB (Red+Green+Blue) = 105+201+63=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #69C93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C93F is #9636C0. Grayscale: #9D9D9D. Windows color (decimal): -9844417 or 4180329. OLE color: 4180329.

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

Color convert

RGB 105 201 63 -
CMYK 0.48 0 0.69 0.21
HSL 101.74º 0.56% 0.52% -
HSV(B) 101.74º 0.69% 0.79% -
XYZ 27.61 45.14 11.96 -
YUV 156.56 75.2 91.22 -
System Red Green Blue C M Y K H S L
Decimal 105 201 63 0.48 0 0.69 0.21 101.74 0.56 0.52
Hex 69 C9 3F 30 0 45 15 66 38 34
Octal 151 311 77 60 0 105 25 146 70 64
Binary 1101001 11001001 111111 110000 0 1000101 10101 1100110 111000 110100

Color Harmonies of #69C93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C93F

Black with #69C93F

Text Example


Text Example

White with #69C93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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