Html Css Color HEX #BCF37C Sulu

📋 copy color: '#BCF37C'

red 188 ◦ green 243 ◦ blue 124

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

Shades of Sulu #BCF37C

Tints of Sulu #BCF37C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.78%

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

R = 33.87%
G = 43.78%
B = 22.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#BCF37C (or 0xBCF37C) is known color: Sulu. HEX triplet: BC, F3 and 7C. RGB value is (188,243,124). Sum of RGB (Red+Green+Blue) = 188+243+124=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF37C is #430C83. Grayscale: #D5D5D5. Windows color (decimal): -4394116 or 8188860. OLE color: 8188860.

HSL color Cylindrical-coordinate representation of color #BCF37C: hue angle of 87.73º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCF37C is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 124 -
CMYK 0.23 0 0.49 0.05
HSL 87.73º 0.83% 0.72% -
HSV(B) 87.73º 0.49% 0.95% -
XYZ 56.43 76.25 30.81 -
YUV 212.99 77.78 110.18 -
System Red Green Blue C M Y K H S L
Decimal 188 243 124 0.23 0 0.49 0.05 87.73 0.83 0.72
Hex BC F3 7C 17 0 31 5 58 53 48
Octal 274 363 174 27 0 61 5 130 123 110
Binary 10111100 11110011 1111100 10111 0 110001 101 1011000 1010011 1001000

Color Harmonies of #BCF37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF37C

Black with #BCF37C

Text Example


Text Example

White with #BCF37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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