Html Css Color HEX #BCF377 Sulu

📋 copy color: '#BCF377'

red 188 ◦ green 243 ◦ blue 119

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

Shades of Sulu #BCF377

Tints of Sulu #BCF377

RGB

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

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

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

R = 34.18%
G = 44.18%
B = 21.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BCF377 (or 0xBCF377) is known color: Sulu. HEX triplet: BC, F3 and 77. RGB value is (188,243,119). Sum of RGB (Red+Green+Blue) = 188+243+119=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF377 is #430C88. Grayscale: #D4D4D4. Windows color (decimal): -4394121 or 7861180. OLE color: 7861180.

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

Color convert

RGB 188 243 119 -
CMYK 0.23 0 0.51 0.05
HSL 86.61º 0.84% 0.71% -
HSV(B) 86.61º 0.51% 0.95% -
XYZ 56.12 76.12 29.19 -
YUV 212.42 75.28 110.58 -
System Red Green Blue C M Y K H S L
Decimal 188 243 119 0.23 0 0.51 0.05 86.61 0.84 0.71
Hex BC F3 77 17 0 33 5 57 54 47
Octal 274 363 167 27 0 63 5 127 124 107
Binary 10111100 11110011 1110111 10111 0 110011 101 1010111 1010100 1000111

Color Harmonies of #BCF377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF377

Black with #BCF377

Text Example


Text Example

White with #BCF377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF377; }

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

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

background-color css

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

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

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

border-color css

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

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

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