Html Css Color HEX #69CC3F Apple

📋 copy color: '#69CC3F'

red 105 ◦ green 204 ◦ blue 63

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

Shades of Apple #69CC3F

Tints of Apple #69CC3F

RGB

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

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

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

R = 28.23%
G = 54.84%
B = 16.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#69CC3F (or 0x69CC3F) is known color: Apple. HEX triplet: 69, CC and 3F. RGB value is (105,204,63). Sum of RGB (Red+Green+Blue) = 105+204+63=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CC3F is #9633C0. Grayscale: #9E9E9E. Windows color (decimal): -9843649 or 4181097. OLE color: 4181097.

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

Color convert

RGB 105 204 63 -
CMYK 0.49 0 0.69 0.2
HSL 102.13º 0.58% 0.52% -
HSV(B) 102.13º 0.69% 0.8% -
XYZ 28.32 46.55 12.19 -
YUV 158.33 74.2 89.96 -
System Red Green Blue C M Y K H S L
Decimal 105 204 63 0.49 0 0.69 0.2 102.13 0.58 0.52
Hex 69 CC 3F 31 0 45 14 66 3A 34
Octal 151 314 77 61 0 105 24 146 72 64
Binary 1101001 11001100 111111 110001 0 1000101 10100 1100110 111010 110100

Color Harmonies of #69CC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CC3F

Black with #69CC3F

Text Example


Text Example

White with #69CC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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