Html Css Color HEX #BCFD70 Sulu

📋 copy color: '#BCFD70'

red 188 ◦ green 253 ◦ blue 112

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

Shades of Sulu #BCFD70

Tints of Sulu #BCFD70

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.75%

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

R = 34%
G = 45.75%
B = 20.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#BCFD70 (or 0xBCFD70) is known color: Sulu. HEX triplet: BC, FD and 70. RGB value is (188,253,112). Sum of RGB (Red+Green+Blue) = 188+253+112=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD70 is #43028F. Grayscale: #D9D9D9. Windows color (decimal): -4391568 or 7404988. OLE color: 7404988.

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

Color convert

RGB 188 253 112 -
CMYK 0.26 0 0.56 0.01
HSL 87.66º 0.97% 0.72% -
HSV(B) 87.66º 0.56% 0.99% -
XYZ 58.79 82.11 28.08 -
YUV 217.49 68.47 106.96 -
System Red Green Blue C M Y K H S L
Decimal 188 253 112 0.26 0 0.56 0.01 87.66 0.97 0.72
Hex BC FD 70 1A 0 38 1 58 61 48
Octal 274 375 160 32 0 70 1 130 141 110
Binary 10111100 11111101 1110000 11010 0 111000 1 1011000 1100001 1001000

Color Harmonies of #BCFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD70

Black with #BCFD70

Text Example


Text Example

White with #BCFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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