Html Css Color HEX #69D534 Apple

📋 copy color: '#69D534'

red 105 ◦ green 213 ◦ blue 52

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

Shades of Apple #69D534

Tints of Apple #69D534

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.57%

 BLUE value IS 52 (20.7% from 255) = 14.05%

R = 28.38%
G = 57.57%
B = 14.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#69D534 (or 0x69D534) is known color: Apple. HEX triplet: 69, D5 and 34. RGB value is (105,213,52). Sum of RGB (Red+Green+Blue) = 105+213+52=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #69D534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D534 is #962ACB. Grayscale: #A2A2A2. Windows color (decimal): -9841356 or 3462505. OLE color: 3462505.

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

Color convert

RGB 105 213 52 -
CMYK 0.51 0 0.76 0.16
HSL 100.25º 0.66% 0.52% -
HSV(B) 100.25º 0.76% 0.84% -
XYZ 30.24 50.84 11.47 -
YUV 162.35 65.72 87.09 -
System Red Green Blue C M Y K H S L
Decimal 105 213 52 0.51 0 0.76 0.16 100.25 0.66 0.52
Hex 69 D5 34 33 0 4C 10 64 42 34
Octal 151 325 64 63 0 114 20 144 102 64
Binary 1101001 11010101 110100 110011 0 1001100 10000 1100100 1000010 110100

Color Harmonies of #69D534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D534

Black with #69D534

Text Example


Text Example

White with #69D534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,213,52); }

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

background-color css

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

 a { background-color: rgb(105,213,52); }

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

border-color css

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

 span { border-color: rgb(105,213,52); }

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