Html Css Color HEX #BCF079 Sulu

📋 copy color: '#BCF079'

red 188 ◦ green 240 ◦ blue 121

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

Shades of Sulu #BCF079

Tints of Sulu #BCF079

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.72%

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

R = 34.24%
G = 43.72%
B = 22.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#BCF079 (or 0xBCF079) is known color: Sulu. HEX triplet: BC, F0 and 79. RGB value is (188,240,121). Sum of RGB (Red+Green+Blue) = 188+240+121=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF079 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF079 is #430F86. Grayscale: #D3D3D3. Windows color (decimal): -4394887 or 7991484. OLE color: 7991484.

HSL color Cylindrical-coordinate representation of color #BCF079: hue angle of 86.22º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF079 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 121 -
CMYK 0.22 0 0.50 0.06
HSL 86.22º 0.8% 0.71% -
HSV(B) 86.22º 0.5% 0.94% -
XYZ 55.35 74.39 29.53 -
YUV 210.89 77.27 111.68 -
System Red Green Blue C M Y K H S L
Decimal 188 240 121 0.22 0 0.50 0.06 86.22 0.8 0.71
Hex BC F0 79 16 0 32 6 56 50 47
Octal 274 360 171 26 0 62 6 126 120 107
Binary 10111100 11110000 1111001 10110 0 110010 110 1010110 1010000 1000111

Color Harmonies of #BCF079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF079

Black with #BCF079

Text Example


Text Example

White with #BCF079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF079; }

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

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

background-color css

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

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

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

border-color css

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

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

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