Html Css Color HEX #BCF878 Sulu

📋 copy color: '#BCF878'

red 188 ◦ green 248 ◦ blue 120

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

Shades of Sulu #BCF878

Tints of Sulu #BCF878

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.6%

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

R = 33.81%
G = 44.6%
B = 21.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#BCF878 (or 0xBCF878) is known color: Sulu. HEX triplet: BC, F8 and 78. RGB value is (188,248,120). Sum of RGB (Red+Green+Blue) = 188+248+120=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF878 is #430787. Grayscale: #D7D7D7. Windows color (decimal): -4392840 or 7927996. OLE color: 7927996.

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

Color convert

RGB 188 248 120 -
CMYK 0.24 0 0.52 0.03
HSL 88.13º 0.9% 0.72% -
HSV(B) 88.13º 0.52% 0.97% -
XYZ 57.7 79.18 30.01 -
YUV 215.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 188 248 120 0.24 0 0.52 0.03 88.13 0.9 0.72
Hex BC F8 78 18 0 34 3 58 5A 48
Octal 274 370 170 30 0 64 3 130 132 110
Binary 10111100 11111000 1111000 11000 0 110100 11 1011000 1011010 1001000

Color Harmonies of #BCF878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF878

Black with #BCF878

Text Example


Text Example

White with #BCF878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF878; }

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

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

background-color css

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

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

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

border-color css

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

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

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