Html Css Color HEX #BCF077 Sulu

📋 copy color: '#BCF077'

red 188 ◦ green 240 ◦ blue 119

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

Shades of Sulu #BCF077

Tints of Sulu #BCF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.76%

R = 34.37%
G = 43.88%
B = 21.76%

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

#BCF077 (or 0xBCF077) is known color: Sulu. HEX triplet: BC, F0 and 77. RGB value is (188,240,119). Sum of RGB (Red+Green+Blue) = 188+240+119=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF077 is #430F88. Grayscale: #D3D3D3. Windows color (decimal): -4394889 or 7860412. OLE color: 7860412.

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

Color convert

RGB 188 240 119 -
CMYK 0.22 0 0.50 0.06
HSL 85.79º 0.8% 0.7% -
HSV(B) 85.79º 0.5% 0.94% -
XYZ 55.23 74.34 28.89 -
YUV 210.66 76.27 111.84 -
System Red Green Blue C M Y K H S L
Decimal 188 240 119 0.22 0 0.50 0.06 85.79 0.8 0.7
Hex BC F0 77 16 0 32 6 56 50 46
Octal 274 360 167 26 0 62 6 126 120 106
Binary 10111100 11110000 1110111 10110 0 110010 110 1010110 1010000 1000110

Color Harmonies of #BCF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF077

Black with #BCF077

Text Example


Text Example

White with #BCF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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