Html Css Color HEX #BCF78E Sulu

📋 copy color: '#BCF78E'

red 188 ◦ green 247 ◦ blue 142

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

Shades of Sulu #BCF78E

Tints of Sulu #BCF78E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.61%

R = 32.58%
G = 42.81%
B = 24.61%

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

#BCF78E (or 0xBCF78E) is known color: Sulu. HEX triplet: BC, F7 and 8E. RGB value is (188,247,142). Sum of RGB (Red+Green+Blue) = 188+247+142=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF78E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF78E is #430871. Grayscale: #D9D9D9. Windows color (decimal): -4393074 or 9369532. OLE color: 9369532.

HSL color Cylindrical-coordinate representation of color #BCF78E: hue angle of 93.71º 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 #BCF78E is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 142 -
CMYK 0.24 0 0.43 0.03
HSL 93.71º 0.87% 0.76% -
HSV(B) 93.71º 0.43% 0.97% -
XYZ 58.88 79.17 37.77 -
YUV 217.39 85.45 107.04 -
System Red Green Blue C M Y K H S L
Decimal 188 247 142 0.24 0 0.43 0.03 93.71 0.87 0.76
Hex BC F7 8E 18 0 2B 3 5E 57 4C
Octal 274 367 216 30 0 53 3 136 127 114
Binary 10111100 11110111 10001110 11000 0 101011 11 1011110 1010111 1001100

Color Harmonies of #BCF78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF78E

Black with #BCF78E

Text Example


Text Example

White with #BCF78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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