Html Css Color HEX #BCF16F Sulu

📋 copy color: '#BCF16F'

red 188 ◦ green 241 ◦ blue 111

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

Shades of Sulu #BCF16F

Tints of Sulu #BCF16F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.63%

 BLUE value IS 111 (43.75% from 255) = 20.56%

R = 34.81%
G = 44.63%
B = 20.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#BCF16F (or 0xBCF16F) is known color: Sulu. HEX triplet: BC, F1 and 6F. RGB value is (188,241,111). Sum of RGB (Red+Green+Blue) = 188+241+111=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF16F is #430E90. Grayscale: #D2D2D2. Windows color (decimal): -4394641 or 7336380. OLE color: 7336380.

HSL color Cylindrical-coordinate representation of color #BCF16F: hue angle of 84.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCF16F is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 111 -
CMYK 0.22 0 0.54 0.05
HSL 84.46º 0.82% 0.69% -
HSV(B) 84.46º 0.54% 0.95% -
XYZ 55.06 74.75 26.56 -
YUV 210.33 71.94 112.07 -
System Red Green Blue C M Y K H S L
Decimal 188 241 111 0.22 0 0.54 0.05 84.46 0.82 0.69
Hex BC F1 6F 16 0 36 5 54 52 45
Octal 274 361 157 26 0 66 5 124 122 105
Binary 10111100 11110001 1101111 10110 0 110110 101 1010100 1010010 1000101

Color Harmonies of #BCF16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF16F

Black with #BCF16F

Text Example


Text Example

White with #BCF16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF16F; }

 p { color: rgb(188,241,111); }

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

background-color css

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

 a { background-color: rgb(188,241,111); }

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

border-color css

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

 span { border-color: rgb(188,241,111); }

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