Html Css Color HEX #BCF379 Sulu

📋 copy color: '#BCF379'

red 188 ◦ green 243 ◦ blue 121

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

Shades of Sulu #BCF379

Tints of Sulu #BCF379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.92%

R = 34.06%
G = 44.02%
B = 21.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#BCF379 (or 0xBCF379) is known color: Sulu. HEX triplet: BC, F3 and 79. RGB value is (188,243,121). Sum of RGB (Red+Green+Blue) = 188+243+121=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF379 is #430C86. Grayscale: #D5D5D5. Windows color (decimal): -4394119 or 7992252. OLE color: 7992252.

HSL color Cylindrical-coordinate representation of color #BCF379: hue angle of 87.05º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF379 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 121 -
CMYK 0.23 0 0.50 0.05
HSL 87.05º 0.84% 0.71% -
HSV(B) 87.05º 0.5% 0.95% -
XYZ 56.24 76.17 29.83 -
YUV 212.65 76.28 110.42 -
System Red Green Blue C M Y K H S L
Decimal 188 243 121 0.23 0 0.50 0.05 87.05 0.84 0.71
Hex BC F3 79 17 0 32 5 57 54 47
Octal 274 363 171 27 0 62 5 127 124 107
Binary 10111100 11110011 1111001 10111 0 110010 101 1010111 1010100 1000111

Color Harmonies of #BCF379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF379

Black with #BCF379

Text Example


Text Example

White with #BCF379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF379; }

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

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

background-color css

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

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

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

border-color css

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

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

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