Html Css Color HEX #BCF76C Sulu

📋 copy color: '#BCF76C'

red 188 ◦ green 247 ◦ blue 108

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

Shades of Sulu #BCF76C

Tints of Sulu #BCF76C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.49%

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

R = 34.62%
G = 45.49%
B = 19.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#BCF76C (or 0xBCF76C) is known color: Sulu. HEX triplet: BC, F7 and 6C. RGB value is (188,247,108). Sum of RGB (Red+Green+Blue) = 188+247+108=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF76C is #430893. Grayscale: #D6D6D6. Windows color (decimal): -4393108 or 7141308. OLE color: 7141308.

HSL color Cylindrical-coordinate representation of color #BCF76C: hue angle of 85.47º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF76C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 108 -
CMYK 0.24 0 0.56 0.03
HSL 85.47º 0.9% 0.7% -
HSV(B) 85.47º 0.56% 0.97% -
XYZ 56.71 78.3 26.31 -
YUV 213.51 68.45 109.8 -
System Red Green Blue C M Y K H S L
Decimal 188 247 108 0.24 0 0.56 0.03 85.47 0.9 0.7
Hex BC F7 6C 18 0 38 3 55 5A 46
Octal 274 367 154 30 0 70 3 125 132 106
Binary 10111100 11110111 1101100 11000 0 111000 11 1010101 1011010 1000110

Color Harmonies of #BCF76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF76C

Black with #BCF76C

Text Example


Text Example

White with #BCF76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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