Html Css Color HEX #BCF56C Sulu

📋 copy color: '#BCF56C'

red 188 ◦ green 245 ◦ blue 108

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

Shades of Sulu #BCF56C

Tints of Sulu #BCF56C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.29%

 BLUE value IS 108 (42.58% from 255) = 19.96%

R = 34.75%
G = 45.29%
B = 19.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#BCF56C (or 0xBCF56C) is known color: Sulu. HEX triplet: BC, F5 and 6C. RGB value is (188,245,108). Sum of RGB (Red+Green+Blue) = 188+245+108=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF56C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF56C is #430A93. Grayscale: #D4D4D4. Windows color (decimal): -4393620 or 7140796. OLE color: 7140796.

HSL color Cylindrical-coordinate representation of color #BCF56C: hue angle of 84.96º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF56C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 108 -
CMYK 0.23 0 0.56 0.04
HSL 84.96º 0.87% 0.69% -
HSV(B) 84.96º 0.56% 0.96% -
XYZ 56.1 77.08 26.11 -
YUV 212.34 69.12 110.64 -
System Red Green Blue C M Y K H S L
Decimal 188 245 108 0.23 0 0.56 0.04 84.96 0.87 0.69
Hex BC F5 6C 17 0 38 4 55 57 45
Octal 274 365 154 27 0 70 4 125 127 105
Binary 10111100 11110101 1101100 10111 0 111000 100 1010101 1010111 1000101

Color Harmonies of #BCF56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF56C

Black with #BCF56C

Text Example


Text Example

White with #BCF56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF56C; }

 p { color: rgb(188,245,108); }

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

background-color css

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

 a { background-color: rgb(188,245,108); }

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

border-color css

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

 span { border-color: rgb(188,245,108); }

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