Html Css Color HEX #BCF58B Sulu

📋 copy color: '#BCF58B'

red 188 ◦ green 245 ◦ blue 139

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

Shades of Sulu #BCF58B

Tints of Sulu #BCF58B

RGB

 RED value IS 188 (73.83% from 255) = 32.87%

 GREEN value IS 245 (96.09% from 255) = 42.83%

 BLUE value IS 139 (54.69% from 255) = 24.3%

R = 32.87%
G = 42.83%
B = 24.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#BCF58B (or 0xBCF58B) is known color: Sulu. HEX triplet: BC, F5 and 8B. RGB value is (188,245,139). Sum of RGB (Red+Green+Blue) = 188+245+139=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF58B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF58B is #430A74. Grayscale: #D8D8D8. Windows color (decimal): -4393589 or 9172412. OLE color: 9172412.

HSL color Cylindrical-coordinate representation of color #BCF58B: hue angle of 92.26º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCF58B is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 139 -
CMYK 0.23 0 0.43 0.04
HSL 92.26º 0.84% 0.75% -
HSV(B) 92.26º 0.43% 0.96% -
XYZ 58.05 77.86 36.39 -
YUV 215.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 188 245 139 0.23 0 0.43 0.04 92.26 0.84 0.75
Hex BC F5 8B 17 0 2B 4 5C 54 4B
Octal 274 365 213 27 0 53 4 134 124 113
Binary 10111100 11110101 10001011 10111 0 101011 100 1011100 1010100 1001011

Color Harmonies of #BCF58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF58B

Black with #BCF58B

Text Example


Text Example

White with #BCF58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF58B; }

 p { color: rgb(188,245,139); }

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

background-color css

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

 a { background-color: rgb(188,245,139); }

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

border-color css

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

 span { border-color: rgb(188,245,139); }

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