Html Css Color HEX #BCF07F Sulu

📋 copy color: '#BCF07F'

red 188 ◦ green 240 ◦ blue 127

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

Shades of Sulu #BCF07F

Tints of Sulu #BCF07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.24%

 BLUE value IS 127 (50% from 255) = 22.88%

R = 33.87%
G = 43.24%
B = 22.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#BCF07F (or 0xBCF07F) is known color: Sulu. HEX triplet: BC, F0 and 7F. RGB value is (188,240,127). Sum of RGB (Red+Green+Blue) = 188+240+127=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF07F is #430F80. Grayscale: #D3D3D3. Windows color (decimal): -4394881 or 8384700. OLE color: 8384700.

HSL color Cylindrical-coordinate representation of color #BCF07F: hue angle of 87.61º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF07F is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 127 -
CMYK 0.22 0 0.47 0.06
HSL 87.61º 0.79% 0.72% -
HSV(B) 87.61º 0.47% 0.94% -
XYZ 55.73 74.54 31.53 -
YUV 211.57 80.27 111.19 -
System Red Green Blue C M Y K H S L
Decimal 188 240 127 0.22 0 0.47 0.06 87.61 0.79 0.72
Hex BC F0 7F 16 0 2F 6 58 4F 48
Octal 274 360 177 26 0 57 6 130 117 110
Binary 10111100 11110000 1111111 10110 0 101111 110 1011000 1001111 1001000

Color Harmonies of #BCF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF07F

Black with #BCF07F

Text Example


Text Example

White with #BCF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF07F; }

 p { color: rgb(188,240,127); }

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

background-color css

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

 a { background-color: rgb(188,240,127); }

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

border-color css

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

 span { border-color: rgb(188,240,127); }

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