Html Css Color HEX #BCFB70 Sulu

📋 copy color: '#BCFB70'

red 188 ◦ green 251 ◦ blue 112

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

Shades of Sulu #BCFB70

Tints of Sulu #BCFB70

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.55%

 BLUE value IS 112 (44.14% from 255) = 20.33%

R = 34.12%
G = 45.55%
B = 20.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#BCFB70 (or 0xBCFB70) is known color: Sulu. HEX triplet: BC, FB and 70. RGB value is (188,251,112). Sum of RGB (Red+Green+Blue) = 188+251+112=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB70 is #43048F. Grayscale: #D8D8D8. Windows color (decimal): -4392080 or 7404476. OLE color: 7404476.

HSL color Cylindrical-coordinate representation of color #BCFB70: hue angle of 87.19º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCFB70 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 112 -
CMYK 0.25 0 0.55 0.02
HSL 87.19º 0.95% 0.71% -
HSV(B) 87.19º 0.55% 0.98% -
XYZ 58.16 80.86 27.87 -
YUV 216.32 69.13 107.8 -
System Red Green Blue C M Y K H S L
Decimal 188 251 112 0.25 0 0.55 0.02 87.19 0.95 0.71
Hex BC FB 70 19 0 37 2 57 5F 47
Octal 274 373 160 31 0 67 2 127 137 107
Binary 10111100 11111011 1110000 11001 0 110111 10 1010111 1011111 1000111

Color Harmonies of #BCFB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB70

Black with #BCFB70

Text Example


Text Example

White with #BCFB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB70; }

 p { color: rgb(188,251,112); }

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

background-color css

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

 a { background-color: rgb(188,251,112); }

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

border-color css

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

 span { border-color: rgb(188,251,112); }

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