Html Css Color HEX #BCFC7B Sulu

📋 copy color: '#BCFC7B'

red 188 ◦ green 252 ◦ blue 123

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

Shades of Sulu #BCFC7B

Tints of Sulu #BCFC7B

RGB

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

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

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

R = 33.39%
G = 44.76%
B = 21.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#BCFC7B (or 0xBCFC7B) is known color: Sulu. HEX triplet: BC, FC and 7B. RGB value is (188,252,123). Sum of RGB (Red+Green+Blue) = 188+252+123=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC7B is #430384. Grayscale: #DADADA. Windows color (decimal): -4391813 or 8125628. OLE color: 8125628.

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

Color convert

RGB 188 252 123 -
CMYK 0.25 0 0.51 0.01
HSL 89.77º 0.96% 0.74% -
HSV(B) 89.77º 0.51% 0.99% -
XYZ 59.12 81.74 31.4 -
YUV 218.16 74.3 106.49 -
System Red Green Blue C M Y K H S L
Decimal 188 252 123 0.25 0 0.51 0.01 89.77 0.96 0.74
Hex BC FC 7B 19 0 33 1 5A 60 4A
Octal 274 374 173 31 0 63 1 132 140 112
Binary 10111100 11111100 1111011 11001 0 110011 1 1011010 1100000 1001010

Color Harmonies of #BCFC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC7B

Black with #BCFC7B

Text Example


Text Example

White with #BCFC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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