Html Css Color HEX #BCF071 Sulu

📋 copy color: '#BCF071'

red 188 ◦ green 240 ◦ blue 113

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

Shades of Sulu #BCF071

Tints of Sulu #BCF071

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.36%

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

R = 34.75%
G = 44.36%
B = 20.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#BCF071 (or 0xBCF071) is known color: Sulu. HEX triplet: BC, F0 and 71. RGB value is (188,240,113). Sum of RGB (Red+Green+Blue) = 188+240+113=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF071 is #430F8E. Grayscale: #D2D2D2. Windows color (decimal): -4394895 or 7467196. OLE color: 7467196.

HSL color Cylindrical-coordinate representation of color #BCF071: hue angle of 84.57º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCF071 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 113 -
CMYK 0.22 0 0.53 0.06
HSL 84.57º 0.81% 0.69% -
HSV(B) 84.57º 0.53% 0.94% -
XYZ 54.88 74.2 27.05 -
YUV 209.97 73.27 112.33 -
System Red Green Blue C M Y K H S L
Decimal 188 240 113 0.22 0 0.53 0.06 84.57 0.81 0.69
Hex BC F0 71 16 0 35 6 55 51 45
Octal 274 360 161 26 0 65 6 125 121 105
Binary 10111100 11110000 1110001 10110 0 110101 110 1010101 1010001 1000101

Color Harmonies of #BCF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF071

Black with #BCF071

Text Example


Text Example

White with #BCF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF071; }

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

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

background-color css

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

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

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

border-color css

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

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

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