Html Css Color HEX #BCFE7B Sulu

📋 copy color: '#BCFE7B'

red 188 ◦ green 254 ◦ blue 123

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

Shades of Sulu #BCFE7B

Tints of Sulu #BCFE7B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.96%

 BLUE value IS 123 (48.44% from 255) = 21.77%

R = 33.27%
G = 44.96%
B = 21.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#BCFE7B (or 0xBCFE7B) is known color: Sulu. HEX triplet: BC, FE and 7B. RGB value is (188,254,123). Sum of RGB (Red+Green+Blue) = 188+254+123=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE7B is #430184. Grayscale: #DBDBDB. Windows color (decimal): -4391301 or 8126140. OLE color: 8126140.

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

Color convert

RGB 188 254 123 -
CMYK 0.26 0 0.52 0.00
HSL 90.23º 0.98% 0.74% -
HSV(B) 90.23º 0.52% 1% -
XYZ 59.76 83.01 31.61 -
YUV 219.33 73.63 105.65 -
System Red Green Blue C M Y K H S L
Decimal 188 254 123 0.26 0 0.52 0.00 90.23 0.98 0.74
Hex BC FE 7B 1A 0 34 0 5A 62 4A
Octal 274 376 173 32 0 64 0 132 142 112
Binary 10111100 11111110 1111011 11010 0 110100 0 1011010 1100010 1001010

Color Harmonies of #BCFE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE7B

Black with #BCFE7B

Text Example


Text Example

White with #BCFE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE7B; }

 p { color: rgb(188,254,123); }

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

background-color css

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

 a { background-color: rgb(188,254,123); }

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

border-color css

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

 span { border-color: rgb(188,254,123); }

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