Html Css Color HEX #5CBF96 Keppel

📋 copy color: '#5CBF96'

red 92 ◦ green 191 ◦ blue 150

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

Shades of Keppel #5CBF96

Tints of Keppel #5CBF96

RGB

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

 GREEN value IS 191 (75% from 255) = 44.11%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 21.25%
G = 44.11%
B = 34.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#5CBF96 (or 0x5CBF96) is known color: Keppel. HEX triplet: 5C, BF and 96. RGB value is (92,191,150). Sum of RGB (Red+Green+Blue) = 92+191+150=433 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.25% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBF96 is #A34069. Grayscale: #9C9C9C. Windows color (decimal): -10698858 or 9879388. OLE color: 9879388.

HSL color Cylindrical-coordinate representation of color #5CBF96: hue angle of 155.15º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBF96 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 191 150 -
CMYK 0.52 0 0.21 0.25
HSL 155.15º 0.44% 0.55% -
HSV(B) 155.15º 0.52% 0.75% -
XYZ 28.55 41.74 35.41 -
YUV 156.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 92 191 150 0.52 0 0.21 0.25 155.15 0.44 0.55
Hex 5C BF 96 34 0 15 19 9B 2C 37
Octal 134 277 226 64 0 25 31 233 54 67
Binary 1011100 10111111 10010110 110100 0 10101 11001 10011011 101100 110111

Color Harmonies of #5CBF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBF96

Black with #5CBF96

Text Example


Text Example

White with #5CBF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,191,150); }

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

background-color css

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

 a { background-color: rgb(92,191,150); }

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

border-color css

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

 span { border-color: rgb(92,191,150); }

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