Html Css Color HEX #BCF68F Sulu

📋 copy color: '#BCF68F'

red 188 ◦ green 246 ◦ blue 143

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

Shades of Sulu #BCF68F

Tints of Sulu #BCF68F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.63%

 BLUE value IS 143 (56.25% from 255) = 24.78%

R = 32.58%
G = 42.63%
B = 24.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#BCF68F (or 0xBCF68F) is known color: Sulu. HEX triplet: BC, F6 and 8F. RGB value is (188,246,143). Sum of RGB (Red+Green+Blue) = 188+246+143=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF68F is #430970. Grayscale: #D9D9D9. Windows color (decimal): -4393329 or 9434812. OLE color: 9434812.

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

Color convert

RGB 188 246 143 -
CMYK 0.24 0 0.42 0.04
HSL 93.79º 0.85% 0.76% -
HSV(B) 93.79º 0.42% 0.96% -
XYZ 58.65 78.59 38.06 -
YUV 216.92 86.28 107.38 -
System Red Green Blue C M Y K H S L
Decimal 188 246 143 0.24 0 0.42 0.04 93.79 0.85 0.76
Hex BC F6 8F 18 0 2A 4 5E 55 4C
Octal 274 366 217 30 0 52 4 136 125 114
Binary 10111100 11110110 10001111 11000 0 101010 100 1011110 1010101 1001100

Color Harmonies of #BCF68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF68F

Black with #BCF68F

Text Example


Text Example

White with #BCF68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF68F; }

 p { color: rgb(188,246,143); }

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

background-color css

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

 a { background-color: rgb(188,246,143); }

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

border-color css

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

 span { border-color: rgb(188,246,143); }

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