Html Css Color HEX #5CBD4B Apple

📋 copy color: '#5CBD4B'

red 92 ◦ green 189 ◦ blue 75

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

Shades of Apple #5CBD4B

Tints of Apple #5CBD4B

RGB

 RED value IS 92 (36.33% from 255) = 25.84%

 GREEN value IS 189 (74.22% from 255) = 53.09%

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

R = 25.84%
G = 53.09%
B = 21.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#5CBD4B (or 0x5CBD4B) is known color: Apple. HEX triplet: 5C, BD and 4B. RGB value is (92,189,75). Sum of RGB (Red+Green+Blue) = 92+189+75=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBD4B is #A342B4. Grayscale: #939393. Windows color (decimal): -10699445 or 4963676. OLE color: 4963676.

HSL color Cylindrical-coordinate representation of color #5CBD4B: hue angle of 111.05º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CBD4B is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 189 75 -
CMYK 0.51 0 0.60 0.26
HSL 111.05º 0.46% 0.52% -
HSV(B) 111.05º 0.6% 0.74% -
XYZ 23.88 39.18 12.96 -
YUV 147 87.36 88.77 -
System Red Green Blue C M Y K H S L
Decimal 92 189 75 0.51 0 0.60 0.26 111.05 0.46 0.52
Hex 5C BD 4B 33 0 3C 1A 6F 2E 34
Octal 134 275 113 63 0 74 32 157 56 64
Binary 1011100 10111101 1001011 110011 0 111100 11010 1101111 101110 110100

Color Harmonies of #5CBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBD4B

Black with #5CBD4B

Text Example


Text Example

White with #5CBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CBD4B; }

 p { color: rgb(92,189,75); }

 H1.HeaderClassName
 {
   color: #5CBD4B;
 }
 .AnyTagClassName
 {
   color: #5CBD4B;
 }
</style>

background-color css

<style>
 a { background-color: #5CBD4B; }

 a { background-color: rgb(92,189,75); }

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

border-color css

<style>
 span { border-color: #5CBD4B; }

 span { border-color: rgb(92,189,75); }

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