Html Css Color HEX #75CB34 Apple

📋 copy color: '#75CB34'

red 117 ◦ green 203 ◦ blue 52

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

Shades of Apple #75CB34

Tints of Apple #75CB34

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.57%

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

R = 31.45%
G = 54.57%
B = 13.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#75CB34 (or 0x75CB34) is known color: Apple. HEX triplet: 75, CB and 34. RGB value is (117,203,52). Sum of RGB (Red+Green+Blue) = 117+203+52=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB34 is #8A34CB. Grayscale: #A0A0A0. Windows color (decimal): -9057484 or 3459957. OLE color: 3459957.

HSL color Cylindrical-coordinate representation of color #75CB34: hue angle of 94.17º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75CB34 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 52 -
CMYK 0.42 0 0.74 0.20
HSL 94.17º 0.59% 0.5% -
HSV(B) 94.17º 0.74% 0.8% -
XYZ 29.31 46.74 10.73 -
YUV 160.07 67.01 97.28 -
System Red Green Blue C M Y K H S L
Decimal 117 203 52 0.42 0 0.74 0.20 94.17 0.59 0.5
Hex 75 CB 34 2A 0 4A 14 5E 3B 32
Octal 165 313 64 52 0 112 24 136 73 62
Binary 1110101 11001011 110100 101010 0 1001010 10100 1011110 111011 110010

Color Harmonies of #75CB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB34

Black with #75CB34

Text Example


Text Example

White with #75CB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,203,52); }

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

background-color css

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

 a { background-color: rgb(117,203,52); }

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

border-color css

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

 span { border-color: rgb(117,203,52); }

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