Html Css Color HEX #BCF478 Sulu

📋 copy color: '#BCF478'

red 188 ◦ green 244 ◦ blue 120

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

Shades of Sulu #BCF478

Tints of Sulu #BCF478

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.2%

 BLUE value IS 120 (47.27% from 255) = 21.74%

R = 34.06%
G = 44.2%
B = 21.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#BCF478 (or 0xBCF478) is known color: Sulu. HEX triplet: BC, F4 and 78. RGB value is (188,244,120). Sum of RGB (Red+Green+Blue) = 188+244+120=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF478 is #430B87. Grayscale: #D5D5D5. Windows color (decimal): -4393864 or 7926972. OLE color: 7926972.

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

Color convert

RGB 188 244 120 -
CMYK 0.23 0 0.51 0.04
HSL 87.1º 0.85% 0.71% -
HSV(B) 87.1º 0.51% 0.96% -
XYZ 56.48 76.75 29.61 -
YUV 213.12 75.45 110.08 -
System Red Green Blue C M Y K H S L
Decimal 188 244 120 0.23 0 0.51 0.04 87.1 0.85 0.71
Hex BC F4 78 17 0 33 4 57 55 47
Octal 274 364 170 27 0 63 4 127 125 107
Binary 10111100 11110100 1111000 10111 0 110011 100 1010111 1010101 1000111

Color Harmonies of #BCF478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF478

Black with #BCF478

Text Example


Text Example

White with #BCF478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF478; }

 p { color: rgb(188,244,120); }

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

background-color css

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

 a { background-color: rgb(188,244,120); }

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

border-color css

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

 span { border-color: rgb(188,244,120); }

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