Html Css Color HEX #BCF978 Sulu

📋 copy color: '#BCF978'

red 188 ◦ green 249 ◦ blue 120

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

Shades of Sulu #BCF978

Tints of Sulu #BCF978

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

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

R = 33.75%
G = 44.7%
B = 21.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#BCF978 (or 0xBCF978) is known color: Sulu. HEX triplet: BC, F9 and 78. RGB value is (188,249,120). Sum of RGB (Red+Green+Blue) = 188+249+120=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF978 is #430687. Grayscale: #D8D8D8. Windows color (decimal): -4392584 or 7928252. OLE color: 7928252.

HSL color Cylindrical-coordinate representation of color #BCF978: hue angle of 88.37º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF978 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 120 -
CMYK 0.24 0 0.52 0.02
HSL 88.37º 0.91% 0.72% -
HSV(B) 88.37º 0.52% 0.98% -
XYZ 58 79.8 30.11 -
YUV 216.06 73.79 107.99 -
System Red Green Blue C M Y K H S L
Decimal 188 249 120 0.24 0 0.52 0.02 88.37 0.91 0.72
Hex BC F9 78 18 0 34 2 58 5B 48
Octal 274 371 170 30 0 64 2 130 133 110
Binary 10111100 11111001 1111000 11000 0 110100 10 1011000 1011011 1001000

Color Harmonies of #BCF978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF978

Black with #BCF978

Text Example


Text Example

White with #BCF978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF978; }

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

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

background-color css

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

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

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

border-color css

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

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

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