Html Css Color HEX #BCFF70 Sulu

📋 copy color: '#BCFF70'

red 188 ◦ green 255 ◦ blue 112

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

Shades of Sulu #BCFF70

Tints of Sulu #BCFF70

RGB

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

 GREEN value IS 255 (100% from 255) = 45.95%

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

R = 33.87%
G = 45.95%
B = 20.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#BCFF70 (or 0xBCFF70) is known color: Sulu. HEX triplet: BC, FF and 70. RGB value is (188,255,112). Sum of RGB (Red+Green+Blue) = 188+255+112=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF70 is #43008F. Grayscale: #DBDBDB. Windows color (decimal): -4391056 or 7405500. OLE color: 7405500.

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

Color convert

RGB 188 255 112 -
CMYK 0.26 0 0.56 0
HSL 88.11º 1% 0.72% -
HSV(B) 88.11º 0.56% 1% -
XYZ 59.42 83.38 28.29 -
YUV 218.67 67.8 106.13 -
System Red Green Blue C M Y K H S L
Decimal 188 255 112 0.26 0 0.56 0 88.11 1 0.72
Hex BC FF 70 1A 0 38 0 58 64 48
Octal 274 377 160 32 0 70 0 130 144 110
Binary 10111100 11111111 1110000 11010 0 111000 0 1011000 1100100 1001000

Color Harmonies of #BCFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF70

Black with #BCFF70

Text Example


Text Example

White with #BCFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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