Html Css Color HEX #75B24B Apple

📋 copy color: '#75B24B'

red 117 ◦ green 178 ◦ blue 75

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

Shades of Apple #75B24B

Tints of Apple #75B24B

RGB

 RED value IS 117 (46.09% from 255) = 31.62%

 GREEN value IS 178 (69.92% from 255) = 48.11%

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 31.62%
G = 48.11%
B = 20.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#75B24B (or 0x75B24B) is known color: Apple. HEX triplet: 75, B2 and 4B. RGB value is (117,178,75). Sum of RGB (Red+Green+Blue) = 117+178+75=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #75B24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B24B is #8A4DB4. Grayscale: #949494. Windows color (decimal): -9063861 or 4960885. OLE color: 4960885.

HSL color Cylindrical-coordinate representation of color #75B24B: hue angle of 95.53º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75B24B is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 178 75 -
CMYK 0.34 0 0.58 0.30
HSL 95.53º 0.41% 0.5% -
HSV(B) 95.53º 0.58% 0.7% -
XYZ 24.53 36.13 12.34 -
YUV 148.02 86.79 105.88 -
System Red Green Blue C M Y K H S L
Decimal 117 178 75 0.34 0 0.58 0.30 95.53 0.41 0.5
Hex 75 B2 4B 22 0 3A 1E 60 29 32
Octal 165 262 113 42 0 72 36 140 51 62
Binary 1110101 10110010 1001011 100010 0 111010 11110 1100000 101001 110010

Color Harmonies of #75B24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B24B

Black with #75B24B

Text Example


Text Example

White with #75B24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75B24B; }

 p { color: rgb(117,178,75); }

 H1.HeaderClassName
 {
   color: #75B24B;
 }
 .AnyTagClassName
 {
   color: #75B24B;
 }
</style>

background-color css

<style>
 a { background-color: #75B24B; }

 a { background-color: rgb(117,178,75); }

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

border-color css

<style>
 span { border-color: #75B24B; }

 span { border-color: rgb(117,178,75); }

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