Html Css Color HEX #BCFC7D Sulu

📋 copy color: '#BCFC7D'

red 188 ◦ green 252 ◦ blue 125

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

Shades of Sulu #BCFC7D

Tints of Sulu #BCFC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.12%

R = 33.27%
G = 44.6%
B = 22.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#BCFC7D (or 0xBCFC7D) is known color: Sulu. HEX triplet: BC, FC and 7D. RGB value is (188,252,125). Sum of RGB (Red+Green+Blue) = 188+252+125=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC7D is #430382. Grayscale: #DADADA. Windows color (decimal): -4391811 or 8256700. OLE color: 8256700.

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

Color convert

RGB 188 252 125 -
CMYK 0.25 0 0.50 0.01
HSL 90.24º 0.95% 0.74% -
HSV(B) 90.24º 0.5% 0.99% -
XYZ 59.25 81.79 32.07 -
YUV 218.39 75.3 106.33 -
System Red Green Blue C M Y K H S L
Decimal 188 252 125 0.25 0 0.50 0.01 90.24 0.95 0.74
Hex BC FC 7D 19 0 32 1 5A 5F 4A
Octal 274 374 175 31 0 62 1 132 137 112
Binary 10111100 11111100 1111101 11001 0 110010 1 1011010 1011111 1001010

Color Harmonies of #BCFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC7D

Black with #BCFC7D

Text Example


Text Example

White with #BCFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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