Html Css Color HEX #BCF582 Sulu

📋 copy color: '#BCF582'

red 188 ◦ green 245 ◦ blue 130

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

Shades of Sulu #BCF582

Tints of Sulu #BCF582

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.52%

 BLUE value IS 130 (51.17% from 255) = 23.09%

R = 33.39%
G = 43.52%
B = 23.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#BCF582 (or 0xBCF582) is known color: Sulu. HEX triplet: BC, F5 and 82. RGB value is (188,245,130). Sum of RGB (Red+Green+Blue) = 188+245+130=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF582 is #430A7D. Grayscale: #D7D7D7. Windows color (decimal): -4393598 or 8582588. OLE color: 8582588.

HSL color Cylindrical-coordinate representation of color #BCF582: hue angle of 89.74º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF582 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 130 -
CMYK 0.23 0 0.47 0.04
HSL 89.74º 0.85% 0.74% -
HSV(B) 89.74º 0.47% 0.96% -
XYZ 57.42 77.61 33.07 -
YUV 214.85 80.12 108.85 -
System Red Green Blue C M Y K H S L
Decimal 188 245 130 0.23 0 0.47 0.04 89.74 0.85 0.74
Hex BC F5 82 17 0 2F 4 5A 55 4A
Octal 274 365 202 27 0 57 4 132 125 112
Binary 10111100 11110101 10000010 10111 0 101111 100 1011010 1010101 1001010

Color Harmonies of #BCF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF582

Black with #BCF582

Text Example


Text Example

White with #BCF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF582; }

 p { color: rgb(188,245,130); }

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

background-color css

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

 a { background-color: rgb(188,245,130); }

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

border-color css

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

 span { border-color: rgb(188,245,130); }

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