Html Css Color HEX #BCFB6D Sulu

📋 copy color: '#BCFB6D'

red 188 ◦ green 251 ◦ blue 109

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

Shades of Sulu #BCFB6D

Tints of Sulu #BCFB6D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.8%

 BLUE value IS 109 (42.97% from 255) = 19.89%

R = 34.31%
G = 45.8%
B = 19.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#BCFB6D (or 0xBCFB6D) is known color: Sulu. HEX triplet: BC, FB and 6D. RGB value is (188,251,109). Sum of RGB (Red+Green+Blue) = 188+251+109=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB6D is #430492. Grayscale: #D8D8D8. Windows color (decimal): -4392083 or 7207868. OLE color: 7207868.

HSL color Cylindrical-coordinate representation of color #BCFB6D: hue angle of 86.62º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCFB6D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 109 -
CMYK 0.25 0 0.57 0.02
HSL 86.62º 0.95% 0.71% -
HSV(B) 86.62º 0.57% 0.98% -
XYZ 58 80.79 27.01 -
YUV 215.98 67.63 108.05 -
System Red Green Blue C M Y K H S L
Decimal 188 251 109 0.25 0 0.57 0.02 86.62 0.95 0.71
Hex BC FB 6D 19 0 39 2 57 5F 47
Octal 274 373 155 31 0 71 2 127 137 107
Binary 10111100 11111011 1101101 11001 0 111001 10 1010111 1011111 1000111

Color Harmonies of #BCFB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB6D

Black with #BCFB6D

Text Example


Text Example

White with #BCFB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB6D; }

 p { color: rgb(188,251,109); }

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

background-color css

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

 a { background-color: rgb(188,251,109); }

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

border-color css

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

 span { border-color: rgb(188,251,109); }

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