Html Css Color HEX #BCF97C Sulu

📋 copy color: '#BCF97C'

red 188 ◦ green 249 ◦ blue 124

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

Shades of Sulu #BCF97C

Tints of Sulu #BCF97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.39%

 BLUE value IS 124 (48.83% from 255) = 22.1%

R = 33.51%
G = 44.39%
B = 22.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#BCF97C (or 0xBCF97C) is known color: Sulu. HEX triplet: BC, F9 and 7C. RGB value is (188,249,124). Sum of RGB (Red+Green+Blue) = 188+249+124=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF97C is #430683. Grayscale: #D8D8D8. Windows color (decimal): -4392580 or 8190396. OLE color: 8190396.

HSL color Cylindrical-coordinate representation of color #BCF97C: hue angle of 89.28º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF97C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 124 -
CMYK 0.24 0 0.50 0.02
HSL 89.28º 0.91% 0.73% -
HSV(B) 89.28º 0.5% 0.98% -
XYZ 58.25 79.9 31.42 -
YUV 216.51 75.79 107.66 -
System Red Green Blue C M Y K H S L
Decimal 188 249 124 0.24 0 0.50 0.02 89.28 0.91 0.73
Hex BC F9 7C 18 0 32 2 59 5B 49
Octal 274 371 174 30 0 62 2 131 133 111
Binary 10111100 11111001 1111100 11000 0 110010 10 1011001 1011011 1001001

Color Harmonies of #BCF97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF97C

Black with #BCF97C

Text Example


Text Example

White with #BCF97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF97C; }

 p { color: rgb(188,249,124); }

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

background-color css

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

 a { background-color: rgb(188,249,124); }

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

border-color css

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

 span { border-color: rgb(188,249,124); }

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