Html Css Color HEX #69C330 Apple

📋 copy color: '#69C330'

red 105 ◦ green 195 ◦ blue 48

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

Shades of Apple #69C330

Tints of Apple #69C330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 30.17%
G = 56.03%
B = 13.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#69C330 (or 0x69C330) is known color: Apple. HEX triplet: 69, C3 and 30. RGB value is (105,195,48). Sum of RGB (Red+Green+Blue) = 105+195+48=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #69C330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C330 is #963CCF. Grayscale: #979797. Windows color (decimal): -9845968 or 3195753. OLE color: 3195753.

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

Color convert

RGB 105 195 48 -
CMYK 0.46 0 0.75 0.24
HSL 96.73º 0.6% 0.48% -
HSV(B) 96.73º 0.75% 0.76% -
XYZ 25.87 42.25 9.59 -
YUV 151.33 69.68 94.95 -
System Red Green Blue C M Y K H S L
Decimal 105 195 48 0.46 0 0.75 0.24 96.73 0.6 0.48
Hex 69 C3 30 2E 0 4B 18 61 3C 30
Octal 151 303 60 56 0 113 30 141 74 60
Binary 1101001 11000011 110000 101110 0 1001011 11000 1100001 111100 110000

Color Harmonies of #69C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C330

Black with #69C330

Text Example


Text Example

White with #69C330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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