Html Css Color HEX #BCF371 Sulu

📋 copy color: '#BCF371'

red 188 ◦ green 243 ◦ blue 113

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

Shades of Sulu #BCF371

Tints of Sulu #BCF371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.77%

R = 34.56%
G = 44.67%
B = 20.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#BCF371 (or 0xBCF371) is known color: Sulu. HEX triplet: BC, F3 and 71. RGB value is (188,243,113). Sum of RGB (Red+Green+Blue) = 188+243+113=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF371 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF371 is #430C8E. Grayscale: #D4D4D4. Windows color (decimal): -4394127 or 7467964. OLE color: 7467964.

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

Color convert

RGB 188 243 113 -
CMYK 0.23 0 0.53 0.05
HSL 85.38º 0.84% 0.7% -
HSV(B) 85.38º 0.53% 0.95% -
XYZ 55.77 75.98 27.35 -
YUV 211.74 72.28 111.07 -
System Red Green Blue C M Y K H S L
Decimal 188 243 113 0.23 0 0.53 0.05 85.38 0.84 0.7
Hex BC F3 71 17 0 35 5 55 54 46
Octal 274 363 161 27 0 65 5 125 124 106
Binary 10111100 11110011 1110001 10111 0 110101 101 1010101 1010100 1000110

Color Harmonies of #BCF371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF371

Black with #BCF371

Text Example


Text Example

White with #BCF371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF371; }

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

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

background-color css

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

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

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

border-color css

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

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

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