Html Css Color HEX #69C33D Apple

📋 copy color: '#69C33D'

red 105 ◦ green 195 ◦ blue 61

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

Shades of Apple #69C33D

Tints of Apple #69C33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.9%

R = 29.09%
G = 54.02%
B = 16.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#69C33D (or 0x69C33D) is known color: Apple. HEX triplet: 69, C3 and 3D. RGB value is (105,195,61). Sum of RGB (Red+Green+Blue) = 105+195+61=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #69C33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C33D is #963CC2. Grayscale: #999999. Windows color (decimal): -9845955 or 4047721. OLE color: 4047721.

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

Color convert

RGB 105 195 61 -
CMYK 0.46 0 0.69 0.24
HSL 100.3º 0.53% 0.5% -
HSV(B) 100.3º 0.69% 0.76% -
XYZ 26.18 42.37 11.21 -
YUV 152.81 76.18 93.9 -
System Red Green Blue C M Y K H S L
Decimal 105 195 61 0.46 0 0.69 0.24 100.3 0.53 0.5
Hex 69 C3 3D 2E 0 45 18 64 35 32
Octal 151 303 75 56 0 105 30 144 65 62
Binary 1101001 11000011 111101 101110 0 1000101 11000 1100100 110101 110010

Color Harmonies of #69C33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C33D

Black with #69C33D

Text Example


Text Example

White with #69C33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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