Html Css Color HEX #BCF78C Sulu

📋 copy color: '#BCF78C'

red 188 ◦ green 247 ◦ blue 140

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

Shades of Sulu #BCF78C

Tints of Sulu #BCF78C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.96%

 BLUE value IS 140 (55.08% from 255) = 24.35%

R = 32.7%
G = 42.96%
B = 24.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#BCF78C (or 0xBCF78C) is known color: Sulu. HEX triplet: BC, F7 and 8C. RGB value is (188,247,140). Sum of RGB (Red+Green+Blue) = 188+247+140=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF78C is #430873. Grayscale: #D9D9D9. Windows color (decimal): -4393076 or 9238460. OLE color: 9238460.

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

Color convert

RGB 188 247 140 -
CMYK 0.24 0 0.43 0.03
HSL 93.08º 0.87% 0.76% -
HSV(B) 93.08º 0.43% 0.97% -
XYZ 58.73 79.11 36.98 -
YUV 217.16 84.45 107.2 -
System Red Green Blue C M Y K H S L
Decimal 188 247 140 0.24 0 0.43 0.03 93.08 0.87 0.76
Hex BC F7 8C 18 0 2B 3 5D 57 4C
Octal 274 367 214 30 0 53 3 135 127 114
Binary 10111100 11110111 10001100 11000 0 101011 11 1011101 1010111 1001100

Color Harmonies of #BCF78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF78C

Black with #BCF78C

Text Example


Text Example

White with #BCF78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF78C; }

 p { color: rgb(188,247,140); }

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

background-color css

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

 a { background-color: rgb(188,247,140); }

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

border-color css

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

 span { border-color: rgb(188,247,140); }

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