Html Css Color HEX #BCFD7D Sulu

📋 copy color: '#BCFD7D'

red 188 ◦ green 253 ◦ blue 125

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

Shades of Sulu #BCFD7D

Tints of Sulu #BCFD7D

RGB

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

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

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

R = 33.22%
G = 44.7%
B = 22.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#BCFD7D (or 0xBCFD7D) is known color: Sulu. HEX triplet: BC, FD and 7D. RGB value is (188,253,125). Sum of RGB (Red+Green+Blue) = 188+253+125=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD7D is #430282. Grayscale: #DBDBDB. Windows color (decimal): -4391555 or 8256956. OLE color: 8256956.

HSL color Cylindrical-coordinate representation of color #BCFD7D: hue angle of 90.47º degrees, saturation: 0.97, 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 #BCFD7D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 125 -
CMYK 0.26 0 0.51 0.01
HSL 90.47º 0.97% 0.74% -
HSV(B) 90.47º 0.51% 0.99% -
XYZ 59.57 82.42 32.17 -
YUV 218.97 74.97 105.91 -
System Red Green Blue C M Y K H S L
Decimal 188 253 125 0.26 0 0.51 0.01 90.47 0.97 0.74
Hex BC FD 7D 1A 0 33 1 5A 61 4A
Octal 274 375 175 32 0 63 1 132 141 112
Binary 10111100 11111101 1111101 11010 0 110011 1 1011010 1100001 1001010

Color Harmonies of #BCFD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD7D

Black with #BCFD7D

Text Example


Text Example

White with #BCFD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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