Html Css Color HEX #BCF07C Sulu

📋 copy color: '#BCF07C'

red 188 ◦ green 240 ◦ blue 124

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

Shades of Sulu #BCF07C

Tints of Sulu #BCF07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.46%

R = 34.06%
G = 43.48%
B = 22.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#BCF07C (or 0xBCF07C) is known color: Sulu. HEX triplet: BC, F0 and 7C. RGB value is (188,240,124). Sum of RGB (Red+Green+Blue) = 188+240+124=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF07C is #430F83. Grayscale: #D3D3D3. Windows color (decimal): -4394884 or 8188092. OLE color: 8188092.

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

Color convert

RGB 188 240 124 -
CMYK 0.22 0 0.48 0.06
HSL 86.9º 0.79% 0.71% -
HSV(B) 86.9º 0.48% 0.94% -
XYZ 55.54 74.47 30.52 -
YUV 211.23 78.77 111.43 -
System Red Green Blue C M Y K H S L
Decimal 188 240 124 0.22 0 0.48 0.06 86.9 0.79 0.71
Hex BC F0 7C 16 0 30 6 57 4F 47
Octal 274 360 174 26 0 60 6 127 117 107
Binary 10111100 11110000 1111100 10110 0 110000 110 1010111 1001111 1000111

Color Harmonies of #BCF07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF07C

Black with #BCF07C

Text Example


Text Example

White with #BCF07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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