Html Css Color HEX #BCFC70 Sulu

📋 copy color: '#BCFC70'

red 188 ◦ green 252 ◦ blue 112

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

Shades of Sulu #BCFC70

Tints of Sulu #BCFC70

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.65%

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

R = 34.06%
G = 45.65%
B = 20.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#BCFC70 (or 0xBCFC70) is known color: Sulu. HEX triplet: BC, FC and 70. RGB value is (188,252,112). Sum of RGB (Red+Green+Blue) = 188+252+112=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC70 is #43038F. Grayscale: #D9D9D9. Windows color (decimal): -4391824 or 7404732. OLE color: 7404732.

HSL color Cylindrical-coordinate representation of color #BCFC70: hue angle of 87.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCFC70 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 112 -
CMYK 0.25 0 0.56 0.01
HSL 87.43º 0.96% 0.71% -
HSV(B) 87.43º 0.56% 0.99% -
XYZ 58.47 81.48 27.97 -
YUV 216.9 68.8 107.38 -
System Red Green Blue C M Y K H S L
Decimal 188 252 112 0.25 0 0.56 0.01 87.43 0.96 0.71
Hex BC FC 70 19 0 38 1 57 60 47
Octal 274 374 160 31 0 70 1 127 140 107
Binary 10111100 11111100 1110000 11001 0 111000 1 1010111 1100000 1000111

Color Harmonies of #BCFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC70

Black with #BCFC70

Text Example


Text Example

White with #BCFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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