Html Css Color HEX #BCF380 Sulu

📋 copy color: '#BCF380'

red 188 ◦ green 243 ◦ blue 128

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

Shades of Sulu #BCF380

Tints of Sulu #BCF380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.47%

 BLUE value IS 128 (50.39% from 255) = 22.9%

R = 33.63%
G = 43.47%
B = 22.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#BCF380 (or 0xBCF380) is known color: Sulu. HEX triplet: BC, F3 and 80. RGB value is (188,243,128). Sum of RGB (Red+Green+Blue) = 188+243+128=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF380 is #430C7F. Grayscale: #D5D5D5. Windows color (decimal): -4394112 or 8451004. OLE color: 8451004.

HSL color Cylindrical-coordinate representation of color #BCF380: hue angle of 88.7º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF380 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 128 -
CMYK 0.23 0 0.47 0.05
HSL 88.7º 0.83% 0.73% -
HSV(B) 88.7º 0.47% 0.95% -
XYZ 56.69 76.35 32.17 -
YUV 213.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 188 243 128 0.23 0 0.47 0.05 88.7 0.83 0.73
Hex BC F3 80 17 0 2F 5 59 53 49
Octal 274 363 200 27 0 57 5 131 123 111
Binary 10111100 11110011 10000000 10111 0 101111 101 1011001 1010011 1001001

Color Harmonies of #BCF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF380

Black with #BCF380

Text Example


Text Example

White with #BCF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF380; }

 p { color: rgb(188,243,128); }

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

background-color css

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

 a { background-color: rgb(188,243,128); }

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

border-color css

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

 span { border-color: rgb(188,243,128); }

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